Class CLQueueContextFactory<C extends CLQueueContext>

    • Constructor Detail

      • CLQueueContextFactory

        public CLQueueContextFactory()
    • Method Detail

      • setup

        public abstract C setup​(CLCommandQueue queue,
                                CLQueueContext old)
        Creates a new queue context for the given queue.
        Parameters:
        old - the old context or null.