Skip to content

Commit e33e723

Browse files
authored
Add note about Mutexes on DSP thread
1 parent c6f305a commit e33e723

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!NOTE]
2+
> 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
3+
14
<div align="center">
25
<img src="doc/logo.svg">
36
<h1>Cyma</h1>

0 commit comments

Comments
 (0)