mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-06-07 00:01:40 +00:00
ceeef0fa5e
Start & stop implemented by adding a global channel. Upon startup `Node` listens to ctrl-c and channel receiver. On stop, we send message to that channel and Node can exit..