Skip to content

Unblock vtkChannelSubscription::IsReady for subsequent checks

  • Uses an std::promise instead of rxcpp subject for subscription status.
  • Return status if it was retrieved earlier.
  • Otherwise return a future wrapped in an observable.

Merge request reports

Loading