You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the async iterable conversion was specified in #160, but it got a little complicated, so I decided to rip the async iterable conversion prose out of it, land that PR with everything but async iterable conversion support, and file this issue as a tracker issue to follow-up on that task. Mostly it just involves adding back the prose that was removed in 57b2d19, and ensure we resolve the following comments from that PR:
This PR implements the `from()` static conversion operator, with the exception of the async iterable conversion semantics which is tracked as a follow-up issue in #191. This PR also uses the "from" conversion algorithm in `takeUntil()` on the notifier argument, for starters.
---------
Co-authored-by: Dominic Farolino <domfarolino@gmail.com>
All of the async iterable conversion was specified in #160, but it got a little complicated, so I decided to rip the async iterable conversion prose out of it, land that PR with everything but async iterable conversion support, and file this issue as a tracker issue to follow-up on that task. Mostly it just involves adding back the prose that was removed in 57b2d19, and ensure we resolve the following comments from that PR:
from()
static converter #160 (comment)from()
static converter #160 (comment)The text was updated successfully, but these errors were encountered: