radicle-dev / radicle-link

The second iteration of the Radicle code collaboration protocol.
Other
421 stars 39 forks source link

wham #687

Closed kim closed 3 years ago

kim commented 3 years ago

I have no idea what I'm doing

kim commented 3 years ago

Aha.. so the issue is that blocking tasks, namely those which use the transport, do not make progress any more when the non-blocking ones get dropped. That is, we need to keep everything running until the blocking tasks complete.

Please stand by while I just quickly write an exectuor inside the executor..