j
k
j a
j l
Would it be feasible/prudent/costly to make Stdio.Buffer->add() thread safe? I have the practical problem that I need to append to a buffer from different threads. The alternative is to use a Thread.Queue.
Back to the thread
Back to the list