Skip to content

pika 0.15.1

Compare
Choose a tag to compare
@msimberg msimberg released this 12 May 08:45
· 1822 commits to main since this release
0.15.1
27b328c

Bugfixes

  • Eagerly reset shared state in async_rw_mutex. This prevents deadlocks in certain use cases of async_rw_mutex. (#677)
  • Use pika::spinlock instead of pika::mutex in async_rw_mutex. This allows use of async_rw_mutex from non-pika threads. (#679)