Uses of Package
net.walend.lyophil.queuedwrite

Packages that use net.walend.lyophil.queuedwrite
net.walend.lyophil.queuedwrite This package contains an implementation of Freezer that queues calls to freeze(), throwOut() and throwOutAll() to execute on a separate thread using a EDU.oswego.cs.dl.util.concurrent.QueuedExecutor . 
net.walend.lyophil.queuedwrite.test This package contains tests for the net.walend.lyophil.queuedwrite package. 
 

Classes in net.walend.lyophil.queuedwrite used by net.walend.lyophil.queuedwrite
QueuedWriteFreezer.Command
           
 

Classes in net.walend.lyophil.queuedwrite used by net.walend.lyophil.queuedwrite.test
QueuedWriteFreezer
          When this Freezer freeze()s, throwOut()s or throwOutAll()s, it puts Runnable commands into a EDU.oswego.cs.dl.util.concurrent.QueuedExecutor, to write on a separate thread.
 



Copyright (c) 2000, 2001, David Walend