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.
-- 
Stephen.

Reply via email to