Skip to content

Refactor Node and other simplifications

Pre-release
Pre-release
Compare
Choose a tag to compare
@meling meling released this 10 May 18:29
· 129 commits to master since this release

This release is mainly refactoring and renaming some types.
Node now uses a new channel abstraction in place of the orderedNodeStream, and does away with receiveQueue and makes other simplifications.
Also Node decouples better from channel, making it easier to test both individually.
The channel abstraction may be expanded in the future to allow multiple channels per node.