Table of Contents

Method Generate

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

Generate()

Wraps an observable sequence to ensure all notifications are emitted while holding the Python global interpreter lock.

public override IObservable<RuntimeManager> Generate()

Returns

IObservable<RuntimeManager>

An observable sequence that returns the active RuntimeManager object on subscription. The value is emitted while holding the global interpreter lock.