namespace SharpCifs.Util.Sharpen { internal interface IFuture { bool Cancel (bool mayInterruptIfRunning); T Get (); } }