ClTaskOpened
Namespace
Brahma.FSharp- Attributes
- [<AutoOpen>]
Functions and values
| Function or value | Signature | Description | |
|---|---|---|---|
| # | runCommand command binder | command:Expr<('range -> 'a)> -> binder:(('range -> 'a) -> unit) -> ClTask<unit> | |
| # | runProgram program binder | program:ClProgram<'range,'a> -> binder:(('range -> 'a) -> unit) -> ClTask<unit> | Runs specified pre-compiled program. |
Compiles specified raw kernel and runs using specified binder.