Table of Contents

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