mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 12:28:27 +01:00
merge common implementations and server implementations
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace SharpCifs.Util.Sharpen
|
||||
{
|
||||
internal interface IFuture<T>
|
||||
{
|
||||
bool Cancel (bool mayInterruptIfRunning);
|
||||
T Get ();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user