Skip to content

Commit

Permalink
Merge pull request #248 from brycelelbach/patch-2
Browse files Browse the repository at this point in the history
Remove erroneous formatting
  • Loading branch information
ericniebler authored Jun 27, 2024
2 parents b2de596 + c28b098 commit 7e50fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions execution.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,7 @@ object, obtainable from a receiver with a `get_env` accessor. In R6, the
sender queries are given similar treatment, relocating to a "attributes"
object obtainable from a sender with a `get_attrs` accessor. This was done
to solve a number of design problems with the `split` and `ensure_started`
algorithms; _e.g._, see
algorithms; e.g., see
[NVIDIA/stdexec#466](https://github.com/NVIDIA/stdexec/issues/466).

Schedulers, however, remain directly queryable. As lightweight handles
Expand Down Expand Up @@ -2625,7 +2625,7 @@ particularly satisfactory:
work in some circumstances for some kinds of applications, in general it is
also pretty user-hostile; it makes it difficult to reason about the safe
destruction of resources used by these eager operations. In general,
detached work necessitates some kind of garbage collection; <i>e.g.</i>,
detached work necessitates some kind of garbage collection; e.g.,
`std::shared_ptr`, to ensure resources are kept alive until the operations
complete, and can make clean shutdown nigh impossible.

Expand Down

0 comments on commit 7e50fb9

Please sign in to comment.