Skip to content

Commit

Permalink
Little comment on __shared_state.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFrantzDale committed Oct 9, 2024
1 parent 736b23b commit c667407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/stdexec/__detail/__shared.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ namespace stdexec {
return &__tombstone_;
}

//! Heap-allocatable shared state for things like `stdexec::split`.
template <class _CvrefSender, class _Env>
struct __shared_state
: private __enable_intrusive_from_this<__shared_state<_CvrefSender, _Env>, 2> {
Expand Down

0 comments on commit c667407

Please sign in to comment.