How to buffer stdout in memory and write it from a dedicated thread

后端 未结 7 458
既然无缘
既然无缘 2020-11-29 03:18

I have a C application with many worker threads. It is essential that these do not block so where the worker threads need to write to a file on disk, I have them write to a

7条回答
提交回复
热议问题