Package cork.util

Interface Summary
Queue All queue's must implement this interface, regardless of type.
 

Class Summary
BlockingQueue A simple thread-safe blocking FIFO queue.
calls to next(), peek(), skip() will block until there are one or more.
CorkRuntime Runtime methods for use by the entire Cork library.