Christopher Kohlhoff
35e93e4e90
Update copyright notices.
2023-03-01 23:03:03 +11:00
Christopher Kohlhoff
8603d5c39b
Deprecate concepts, traits, functions and customisation points related to senders and receivers.
2022-11-01 11:00:15 +11:00
Christopher Kohlhoff
ff58013a23
Update copyright notices.
2022-03-02 21:23:52 +11:00
Christopher Kohlhoff
723982b867
Update copyright notices.
2021-02-25 08:29:05 +11:00
Christopher Kohlhoff
517e25cdcb
Ensure concept-related traits work with void.
2020-07-31 18:47:51 +10:00
Christopher Kohlhoff
3c8097af00
Add execution::typed_sender concept and execution::is_typed_sender trait.
2020-07-01 13:58:58 +10:00
Christopher Kohlhoff
c27c6f2af8
Change execution::sender_traits to recognise executors as senders.
2020-06-30 22:38:09 +10:00
Christopher Kohlhoff
63d35468c0
Add execution::sender concepts and traits.
...
This change adds the concept:
* execution::sender
the traits:
* execution::sender_traits
and the tag type:
* execution::sender_base
It also adds the following traits that correspond to the concepts:
* execution::is_sender
2020-06-30 22:09:19 +10:00