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

◆ synchronised()

static synchronized_text_reader xtd::io::text_reader::synchronised ( text_reader reader)
staticnoexcept

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

Parameters
readerThe text_reader object to synchronize.
Returns
text_reader A thread-safe text_reader object.