WICG / observable

Observable API proposal
https://wicg.github.io/observable/
Other
546 stars 12 forks source link

Should Singular + Temporal + Pull actually be "async function" ? #73

Open mmocny opened 9 months ago

mmocny commented 9 months ago

In this section Singular + Temporal + Pull is described as being "Async Iterator" but I suspect it should actually be "Async function"?

But, I am actually not sure because of the conceptual overlap with Promise (which is already defined as Push)!

Or, does it depend if you await or .then()? AHHhh.