BuilderAsyncExtensions
Namespace: MBrace.Core
Collection of MBrace builder extensions for seamlessly composing MBrace with asynchronous workflows
Type extensions
Type extension | Description |
Bind(f, g)
Signature: (f:Async<'T> * g:('T -> LocalCloud<'S>)) -> LocalCloud<'S>
Type parameters: 'T, 'S |
CompiledName: |
Bind(f, g)
Signature: (f:Async<'T> * g:('T -> Cloud<'S>)) -> Cloud<'S>
Type parameters: 'T, 'S |
CompiledName: |
ReturnFrom(f)
Signature: f:Async<'T> -> LocalCloud<'T>
Type parameters: 'T |
CompiledName: |
ReturnFrom(f)
Signature: f:Async<'T> -> Cloud<'T>
Type parameters: 'T |
CompiledName: |