jellyfin/Emby.Server.Implementations/IO/SharpCifs/Util/Sharpen/IExecutor.cs

8 lines
111 B
C#
Raw Normal View History

2017-04-02 00:36:06 +00:00
namespace SharpCifs.Util.Sharpen
{
public interface IExecutor
2017-07-08 03:12:21 +00:00
{
void Execute (IRunnable runnable);
}
2017-04-02 00:36:06 +00:00
}