trustmaster / goflow

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

Routing #46

Closed Toktik closed 7 months ago

Toktik commented 7 years ago

Hey guys. Just started using GoFlow. Great work!

Wondering if it's possible to implement a component which will have multiple conditional outputs? Assuming that condition handling is done by component.

I'm completely new to FBP and relatively new to Golang. So by reading goflow sourcecode I'm losing the big picture.