ClTask
Namespace
Brahma.FSharpFunctions and values
Function or value | Signature | Description | |
---|---|---|---|
# | ask | ClTask<RuntimeContext> | |
# | inParallel(tasks) | tasks:seq<ClTask<'a>> -> ClTask<'a []> | Runs computations in parallel. |
# | runSync context arg2 | context:RuntimeContext -> ClTask<'?37223> -> '?37223 | Runs computation with specified runtime context. |
# | runtimeOptions | ClTask<RuntimeOptions> | Returns runtime options. |
# | withOptions g arg2 | g:(RuntimeOptions -> RuntimeOptions) -> ClTask<'?37221> -> ClTask<'?37221> | Creates computation with specified options. |
Returns computation context.