Class ObserveOnGIL
Represents an operator that wraps the source sequence to ensure all notifications are emitted while holding the Python global interpreter lock.
public class ObserveOnGIL : Combinator
- Inheritance
-
ObserveOnGIL
- Inherited Members
Methods
- Process<TSource>(IObservable<TSource>)
Wraps an observable sequence to ensure all notifications are emitted while holding the Python global interpreter lock.