Skip to content

Instantly share code, notes, and snippets.

@jdegoes
Created May 17, 2021 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdegoes/407c39a75e79d4333823cd085c9a492c to your computer and use it in GitHub Desktop.
Save jdegoes/407c39a75e79d4333823cd085c9a492c to your computer and use it in GitHub Desktop.

+------------+-------+--------+------+--------------+ | data type | input | output | done | dual | +------------+-------+--------+------+--------------+ | channel | Y | Y | Y | (not useful) | +------------+-------+--------+------+--------------+ | stream | N | Y | N | sink | +------------+-------+--------+------+--------------+ | sink | Y | N | Y | stream | +------------+-------+--------+------+--------------+ | transducer | Y | Y | N | zio | +------------+-------+--------+------+--------------+ | zio | N | N | Y | transducer | +------------+-------+--------+------+--------------+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment