helium / oracles

Oracles for Helium subDAOs
Apache License 2.0
19 stars 21 forks source link

Update TaskManager to support nesting #794

Closed bbalser closed 5 months ago

bbalser commented 5 months ago

They can be nested by calling start_with_listener and passing in the triggered::Listener from the parent TaskManager.

Added a test to validate the shutdown order is maintained through the nested TaskManagers