molecule.examples.io.misc
Shows two ways to generate input streams.
The bad is to generate data out of the blue inside a process. This is very inefficient because messages are generated one at a time.
The good way is to use one of the many constructors and combinators in IChan. @see molecule.channel.sys.IChan
Shows two ways to generate input streams.
The bad is to generate data out of the blue inside a process. This is very inefficient because messages are generated one at a time.
The good way is to use one of the many constructors and combinators in IChan. @see molecule.channel.sys.IChan