Deprecated API


Contents
Deprecated Methods
paratask.queues.FifoLifoQueue.add(E)
          If the calling thread already has a local queue, or the calling thread is registered as a worker thread, then this call is equivalent to addLocal(Object). Otherwise, the call is equivalent to addGlobal(Object). It is therefore recommended to explicitly use addLocal(Object) or addGlobal(Object) to ensure the correct intention is performed.