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
When integrating with blocking API, channel and offer or its variants are used (see also #974). Semantically, it is very similar to FluxSink.
Moreover, in cold streams prototype channels are used to connect with callback-based API.
But at least one important method is missing: isCancelled.
A good example of why it is needed can be found here. Additionally, we may want to include an actual exception.
The text was updated successfully, but these errors were encountered:
When integrating with blocking API, channel and
offer
or its variants are used (see also #974). Semantically, it is very similar toFluxSink
.Moreover, in cold streams prototype channels are used to connect with callback-based API.
But at least one important method is missing:
isCancelled
.A good example of why it is needed can be found here. Additionally, we may want to include an actual exception.
The text was updated successfully, but these errors were encountered: