Package jsim.coroutine

The coroutine package provides classes for making Java threads function somewhat like coroutines.

See:
          Description

Class Summary
Coroutine This Coroutine class provides a more restricted form of interleaved execution than threads.
 

Package jsim.coroutine Description

The coroutine package provides classes for making Java threads function somewhat like coroutines. Only one of such threads may execute at any time.