mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-08 07:12:56 +01:00
merge common implementations and server implementations
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace SharpCifs.Util.Sharpen
|
||||
{
|
||||
public interface IExecutor
|
||||
{
|
||||
void Execute (IRunnable runnable);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user