Skip to content

pika 0.12.0

Compare
Choose a tag to compare
@msimberg msimberg released this 01 Feb 19:11
· 2037 commits to main since this release
0.12.0
fe1326a

New features

  • Make read-only access senders of async_rw_mutex connectable with l-value references. (#548)
  • Add split_tuple sender adaptor which allows transforming a sender of tuples into a tuple of senders. (#549)
  • Add bool conversion operator and empty member function to unique_any_sender and any_sender. (#551)

Breaking changes

  • Remove the conversion operators from wrapper types in async_rw_mutex. Wrappers must explicitly be unwrapped using get. (#548)
  • Require whip 0.1.0. (#565)

Bugfixes

  • Make the ensure_started sender noncopyable. (#539)
  • Fix compilation failure on macOS with C++20 enabled. (#541)
  • Fix deadlocks in certain use cases of async_rw_mutex. (#548)
  • Fix certain use cases of any_sender and when_all. (#555)