|
rstd 0.1.0
|
Handle to the standard output stream. More...
Public Member Functions | |
| auto | lock () -> StdoutLock |
| Acquire a lock and return a handle whose writes are atomic. | |
Handle to the standard output stream.
Thread-safe: concurrent writes are serialised by an internal mutex.