Skip to content

pika 0.27.0

Compare
Choose a tag to compare
@msimberg msimberg released this 15 Aug 07:54
· 541 commits to main since this release
0.27.0
d5c21c7

New features

  • 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)