Skip to content

within algorithm from P3955#288

Open
lucteo wants to merge 1 commit into
mainfrom
within-algo
Open

within algorithm from P3955#288
lucteo wants to merge 1 commit into
mainfrom
within-algo

Conversation

@lucteo

@lucteo lucteo commented Jul 11, 2026

Copy link
Copy Markdown

Also add additional concepts from the paper:

  • enter_scope_sender
  • enter_scope_sender_in
  • exit_scope_sender
  • exit_scope_sender_in
  • exit_scope_sender_of_t

Add utilities:

  • completion_storage -- allows storing the completions of an async operation to be used later.
  • elide -- helper to elide move ctor; useful for constructing operation states

Also add additional concepts from the paper:
- `enter_scope_sender`
- `enter_scope_sender_in`
- `exit_scope_sender`
- `exit_scope_sender_in`
- `exit_scope_sender_of_t`

Add utilities:
- `completion_storage` -- allows storing the completions of an async
operation to be used later.
- `elide` -- helper to elide move ctor; useful for constructing
operation states
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant