|
template<class Worker , class Schedulable > |
void | schedule_enter (const Worker &, const Schedulable &) |
|
template<class Worker > |
void | schedule_return (const Worker &) |
|
template<class Worker , class When , class Schedulable > |
void | schedule_when_enter (const Worker &, const When &, const Schedulable &) |
|
template<class Worker > |
void | schedule_when_return (const Worker &) |
|
template<class Schedulable > |
void | action_enter (const Schedulable &) |
|
template<class Schedulable > |
void | action_return (const Schedulable &) |
|
template<class Schedulable > |
void | action_recurse (const Schedulable &) |
|
template<class Observable , class Subscriber > |
void | subscribe_enter (const Observable &, const Subscriber &) |
|
template<class Observable > |
void | subscribe_return (const Observable &) |
|
template<class SubscriberFrom , class SubscriberTo > |
void | connect (const SubscriberFrom &, const SubscriberTo &) |
|
template<class OperatorSource , class OperatorChain , class Subscriber , class SubscriberLifted > |
void | lift_enter (const OperatorSource &, const OperatorChain &, const Subscriber &, const SubscriberLifted &) |
|
template<class OperatorSource , class OperatorChain > |
void | lift_return (const OperatorSource &, const OperatorChain &) |
|
template<class SubscriptionState > |
void | unsubscribe_enter (const SubscriptionState &) |
|
template<class SubscriptionState > |
void | unsubscribe_return (const SubscriptionState &) |
|
template<class SubscriptionState , class Subscription > |
void | subscription_add_enter (const SubscriptionState &, const Subscription &) |
|
template<class SubscriptionState > |
void | subscription_add_return (const SubscriptionState &) |
|
template<class SubscriptionState , class WeakSubscription > |
void | subscription_remove_enter (const SubscriptionState &, const WeakSubscription &) |
|
template<class SubscriptionState > |
void | subscription_remove_return (const SubscriptionState &) |
|
template<class Subscriber > |
void | create_subscriber (const Subscriber &) |
|
template<class Subscriber , class T > |
void | on_next_enter (const Subscriber &, const T &) |
|
template<class Subscriber > |
void | on_next_return (const Subscriber &) |
|
template<class Subscriber > |
void | on_error_enter (const Subscriber &, const std::exception_ptr &) |
|
template<class Subscriber > |
void | on_error_return (const Subscriber &) |
|
template<class Subscriber > |
void | on_completed_enter (const Subscriber &) |
|
template<class Subscriber > |
void | on_completed_return (const Subscriber &) |
|