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
A stream interface will expose two functions:
See also: Data Concurrency - Producer Consumer Thread