tango.io.device.ThreadPipe

Members

Classes

ThreadPipe
class ThreadPipe

Conduit to support a data stream between 2 threads. One creates a ThreadPipe, then uses the OutputStream and the InputStream from it to communicate. All traffic is automatically synchronized, so one just uses the streams like they were normal device streams.

Meta

License

BSD style: $(LICENSE)

Version

Jun 2008: Initial release

Authors

schveiguy