Table of Contents

Class ObserveOnGIL

Namespace
Bonsai.Scripting.Python
Assembly
Bonsai.Scripting.Python.dll

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.