You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sync_wait now internally uses a binary_semaphore instead of a condition_variable for synchronization and may be slightly faster due to removing one lock. (#1206)
Breaking changes
All channel implementations have been removed. (#1209)
Bugfixes
Compilation of copyable senders together with when_all_vector has been fixed. (#1200)
The pika/execution.hpp header has been fixed to include headers that should have been included by it. (#1206)