Interface EventLoopTaskQueueFactory

    • Method Detail

      • newTaskQueue

        Queue<Runnable> newTaskQueue​(int maxCapacity)
        Deprecated.
        Returns a new Queue to use.
        Parameters:
        maxCapacity - the maximum amount of elements that can be stored in the Queue at a given point in time.
        Returns:
        the new queue.