Remix.run Logo
klempner 7 months ago

How exactly does this interact with fork()?

jart 7 months ago | parent [-]

Your libc fork() implementation will lock the stdio mutexes automatically before calling SYS_fork, so the code I wrote in my comment would be fork safe. Your child process would need to spawn the flusher thread again if it's desired though.