aboutsummaryrefslogtreecommitdiff
path: root/Emby.Common.Implementations/IO/SharpCifs/Util/Sharpen/IExecutor.cs
blob: ff3e9e7871e5431c55bf703f9dee7867bd0e9e03 (plain)
1
2
3
4
5
6
7
namespace SharpCifs.Util.Sharpen
{
    public interface IExecutor
    {
        void Execute(IRunnable runnable);
    }
}