rstd 0.1.0
Loading...
Searching...
No Matches
rstd::io::Stdout Struct Referenceexport
module rstd

Handle to the standard output stream. More...

Public Member Functions

auto lock () -> StdoutLock
 Acquire a lock and return a handle whose writes are atomic.
 

Detailed Description

Handle to the standard output stream.

Thread-safe: concurrent writes are serialised by an internal mutex.


The documentation for this struct was generated from the following file: