logoalt Hacker News

briancrtoday at 4:45 PM0 repliesview on HN

There’s no multithreading capability built into Cicada. So a given instance of the interpreter only has a single concurrent state, and all C callbacks share memory with that global state. Multithreading would require a C-based thread manager.