Commit 1aa64f65 authored by Dominik Charousset's avatar Dominik Charousset

Fix typo: interruptable -> interruptible

parent 0a6ea39d
......@@ -23,7 +23,7 @@ is based on [Keep a Changelog](https://keepachangelog.com).
- The spinlock-based work-stealing implementation had severe performance issues
on Windows in some cases. We have switched to a regular, mutex-based approach
to avoid performance degradations. The new implementation also uses the
mutexes for interruptable waiting on the work queues, which improves the
mutexes for interruptible waiting on the work queues, which improves the
responsiveness of the actor system (#1343).
### Changed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment