xtd 0.2.0
Loading...
Searching...
No Matches

◆ synchronised()

static synchronized_text_writer xtd::io::text_writer::synchronised ( text_writer writer)
staticnoexcept

Creates a thread-safe (synchronized) wrapper around the specified text_writer object.

Parameters
readerThe TextReader object to synchronize.
Returns
text_writer A thread-safe text_writer object.