To assist in #143, this will provide a mechanism for tasks to wait on each other before attempting to send messages down channels that may be closed.
Untested so far, but its simple enough..
This will of course break all the tests as Coordinator now has a new call signature.. and this will need passing into the other subsystems too eventually.
To assist in #143, this will provide a mechanism for tasks to wait on each other before attempting to send messages down channels that may be closed.
Untested so far, but its simple enough..
This will of course break all the tests as
Coordinator
now has a new call signature.. and this will need passing into the other subsystems too eventually.