docs/utils
Solomon Hykes c6f0a70141 Move utilities and interfaces out of `inmem`
* `utils.Buffer`: a Sender which stores messages in a slice
* `utils.Copy`: beam equivalent of `io.Copy`
* `utlis.NopSender`: a Sender which silently discards messages
* `utlis.NopReceiver`: a Receiver which always returns EOF
2014-05-19 13:45:33 -07:00
..
buf.go Move utilities and interfaces out of `inmem` 2014-05-19 13:45:33 -07:00
copy.go Move utilities and interfaces out of `inmem` 2014-05-19 13:45:33 -07:00
nop.go Move utilities and interfaces out of `inmem` 2014-05-19 13:45:33 -07:00
stack.go Move unix implementation to a sub-package, promote inmem interfaces to top-level 2014-05-18 14:40:44 -07:00
stack_test.go Move utilities and interfaces out of `inmem` 2014-05-19 13:45:33 -07:00