pmndrs / directed

A flexible, minimal scheduler written in TypeScript
MIT License
25 stars 1 forks source link

Async runnables #8

Closed krispya closed 3 months ago

krispya commented 3 months ago

I have a need to support async runnables, for example a runnable that waits for distributed work on workers to complete before moving on. In this case the runnable would stall the execution of the schedule until it resolves.

akdjr commented 3 months ago

Merged PR.