IObservable support in Source and SourceT #1466
louthy
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
IObservable
can now be lifted intoSource
andSourceT
types (viaSource.lift
,SourceT.lift
, andSourceT.liftM
).Source
orSourceT
is now supports lifting of the following types:IObservable
IEnumerable
IAsyncEnumerable
System.Threading.Channels.Channel
And, because both
Source
andSourceT
can be converted toProducer
andProducerT
(viaToProducer
andToProducerT
), all of the above types can therefore also be used in Pipes.This discussion was created from the release IObservable support in Source and SourceT.
Beta Was this translation helpful? Give feedback.
All reactions