CommandQueueProvider
Namespace
Brahma.FSharpProvides the ability to create multiple command queues.
Contructors
| Constructor | Signature | Description | |
|---|---|---|---|
| # | new(device, context, translator) | (device:Device * context:Context * translator:FSQuotationToOpenCLTranslator) -> CommandQueueProvider | CompiledName: | 
Instance members
| Instance member | Signature | Description | |
|---|---|---|---|
| # | x.CreateQueue() | unit -> MailboxProcessor<Msg> | Creates new command queue capable of handling messages of type UNRESOLVED(Msg). | 
Initializes a new instance of the UNRESOLVED(CommandQueueProvider) class with specified device, context and translator.