ERnsTL / flowd

An inter-language runtime for flow-based programming (FBP)
Other
25 stars 2 forks source link

Add support for array/index/addressable ports, multiple connections to an inport, add Muxer component #216

Closed ERnsTL closed 7 months ago

ERnsTL commented 2 years ago

Currently errors: grafik

Implementation plan:

This also requires adding support for multiple connections per inport, since these multiple outgoing connections from an arrayport need to go somewhere :-D

... which necessitates a Muxer component :-)