dagdb icon indicating copy to clipboard operation
dagdb copied to clipboard

Draft: Async generator for custom resolvers

Open carsonfarmer opened this issue 3 years ago • 0 comments

This is the first step towards resolving #29. Creating the draft to keep progress in the open, and to get CI going.

TODO:

  • [x] Allow resolvers to return blocks created during resolve step, and ensure these are added on pull
  • [x] Require resolvers to return an async generator/iterable of blocks rather than an array

carsonfarmer avatar Nov 01 '20 23:11 carsonfarmer