This class .
A DelayedLazyVal is a wrapper for lengthy computations which have a
valid partially computed result.
The FutureTaskRunner trait is a base trait of task runners
that provide some sort of future abstraction.
This class .
The ManagedBlocker trait.
A SyncChannel allows one to exchange data synchronously between
a reader and a writer thread.
A class to provide safe concurrent access to a mutable cell.
The TaskRunner trait.
The ThreadPoolRunner trait uses a java.util.concurrent.ExecutorService
to run submitted tasks.
The ThreadRunner trait.
The JavaConversions object provides implicit converstions supporting
interoperability between Scala and Java concurrency classes.
The TaskRunners object.
The object ops .