Skip to content

Commit

Permalink
Add note about Mutexes on DSP thread
Browse files Browse the repository at this point in the history
  • Loading branch information
exa04 authored Nov 7, 2024
1 parent c6f305a commit e33e723
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
> [!NOTE]
> To use Cyma 0.1.0, you often need Mutexes, which can lead to **priority inversion** and **syscalls** on the audio thread. I'm working on a new (most likely MPMC channel/queue-based) system to adress this. It'll be part of Cyma 0.2.0
<div align="center">
<img src="doc/logo.svg">
<h1>Cyma</h1>
Expand Down

0 comments on commit e33e723

Please sign in to comment.