Remix.run Logo
zipy124 7 hours ago

the locking of stdout on every call is common amongst a lot of programming languages, a common issue when multi-threading code where every thread is allowed to print to the terminal.