Constructs Future object.
Namespace: StreamCoders.HelpersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic Future(
Func<T> f
)
Public Sub New (
f As Func(Of T)
)
public:
Future(
Func<T>^ f
)
new :
f : Func<'T> -> Future
Parameters
- f
- Type: SystemFuncT
Function to execute.
See Also