P3986R0 — A Wording Strategy for Inlinable Receivers
Robert Leahy
LEWG
Revisions R1Apr 2026R0Apr 2026
When a sender and receiver are connected the result is an operation state. That operation state, once started, is the locus of an asynchronous operation which, upon completion, must notify its consumer of said completion (§33.3 [exec.async.ops]). The way this notification is accomplished is by sending a completion signal to the receiver provided when connecting the sender and receiver.