Method Generate
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.