Hacker News
new
past
comments
ask
show
jobs
points
by
OskarS
3 hours ago
|
comments
by
petee
2 hours ago
|
[-]
Janet global state is thread local;[1] janet_init() is called once per thread.
[1] official docs:
https://janet-lang.org/capi/embedding.html
reply
by
OskarS
8 minutes ago
|
parent
|
[-]
So you can't execute a Janet script on a different thread than it was created on? Still not good: if you're making audio plugins, you don't control the threads which your program runs on. It's just not good enough, IMHO.
reply