Open
Description
This issue is to address the overhead in cgo->go callbacks in host entry points which interface with a C API
which executes a client callback on a special thread.
AAudio, CoreAudio AudioUnits, do this.
For reference, there is this related golang-dev thread.
Goal: We want to 100% eliminate the overhead of cgo->go, in particular sigaltstack.
Metadata
Metadata
Assignees
Labels
No labels