Package com.mchange.v2.async
package com.mchange.v2.async
-
ClassDescriptionA class that provides for effecient asynchronous execution of multiple tasks that may block, but that do not contend for the same locks.RunnableQueues guarantee that tasks will be executed in order, where other AsynchronousRunners may not.Deprecated.CarefulRunnableQueue is better.