class region_receive_event
Declaration
class region_receive_event : public async_event_impl { /* full declaration omitted */ };
Description
Event for receive_arbiter::receive
, which immediately awaits the entire receive-region.
Inherits from: async_event_impl
Member Variables
- weak_region_request m_request
Member Function Overview
- is_complete() → bool
- region_receive_event(const stable_region_request & rr) → explicit
Inherited from async_event_impl:
Member Functions
¶bool is_complete()
bool is_complete()
Description
If this function returns true once, the implementation must guarantee that it will always do so in the future. The event is expected to be cheap to poll repeatedly, and the operation must proceed in the background even while not being polled.
¶explicit region_receive_event(
const stable_region_request& rr)
explicit region_receive_event(
const stable_region_request& rr)
Parameters
- const stable_region_request& rr