Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csound/csound
/
Class
wasm/nodejs/src/singlethread.js:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
import
{ csoundApiRename } from
"./utils.js"
;
6
7
export
default
class
SingleThread {
8
constructor() {
9
this.csoundInstance = undefined;
10
this.libcsound = undefined;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected