CommandQueueProvider

Namespace

Brahma.FSharp


Provides the ability to create multiple command queues.

Contructors

ConstructorSignatureDescription
#new(device, context, translator)(device:Device * context:Context * translator:FSQuotationToOpenCLTranslator) -> CommandQueueProvider

Initializes a new instance of the UNRESOLVED(CommandQueueProvider) class with specified device, context and translator.

CompiledName:.ctor

Instance members

Instance memberSignatureDescription
#x.CreateQueue()unit -> MailboxProcessor<Msg>

Creates new command queue capable of handling messages of type UNRESOLVED(Msg).