dreamcatcher-tech / dreamcatcher-stack

https://dreamcatcher.land
1 stars 0 forks source link

Refactor the Engine to use async interators #111

Open inverted-capital opened 2 years ago

inverted-capital commented 2 years ago

Currently uses bespoke queues and awaits, but this could be simplified if streaming iterables were used throughout.

The Engine should be a connection of streaming iterables for control flow only, with all functions in separate files.