On Tue, 19 Sep 2017 21:18:40 +0100 Chris Vine <vine35792...@gmail.com> wrote: > ... Ports are also not thread safe (rightly so in my view), and I > believe that extends to the global stdout and stdin ports.
By that I mean that any one port object is not thread safe against concurrent use by two or more different threads, without external synchronization.