Skip to content

Instantly share code, notes, and snippets.

View jacobheun's full-sized avatar

Jacob Heun jacobheun

  • Code4rena
  • Germany
View GitHub Profile
@alanshaw
alanshaw / streaming-iterables.md
Last active September 22, 2023 23:49
Streaming iterables WAT?

Streaming iterables

Your friends from pull stream, but in terms of async iterators.

source it

A "source" is something that can be consumed. It is an iterable object.

const ints = {