trustmaster / goflow

Flow-based and dataflow programming library for Go (golang)
MIT License
1.61k stars 125 forks source link

Handlers on a Looper are never called #39

Closed abferm closed 4 years ago

abferm commented 7 years ago

A Looper can have inports, and handler functions can be defined for them. I think they should actually be handled. This could easily be fixed by moving the looper functionality here to its own gorutine that runs along side the normal handler loop.

trustmaster commented 4 years ago

Closing as "won't fix" in favour of the 1.0 approach