Searched refs:shared_empty (Results 1 – 2 of 2) sorted by relevance
449 inline composite_subscription shared_empty();500 return detail::shared_empty(); in empty()547 inline composite_subscription shared_empty() { in shared_empty() function548 …static composite_subscription shared_empty = composite_subscription(tag_composite_subscription_emp… in shared_empty() local549 return shared_empty; in shared_empty()
31 inline action_ptr shared_empty() { in shared_empty() function32 static action_ptr shared_empty = std::make_shared<detail::action_type>(); in shared_empty() local33 return shared_empty; in shared_empty()145 return action(detail::shared_empty()); in empty()