pmndrs / directed

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

Add async runnable support #9

Closed krispya closed 3 months ago

krispya commented 3 months ago

If a runnable returns a promise, it gets awaited. https://github.com/pmndrs/directed/issues/8