Table of Contents
Stream - Interface
About
A stream
interface
will expose two functions:
A src function that produces the objects (file, …)
A dest function that consumes the objects (file, …)
See also:
Data Concurrency - Producer Consumer Thread
Articles Related
Stream - (Software|Library)