logoalt Hacker News

zipy124yesterday at 11:10 AM0 repliesview on HN

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.