Synchronization: All
emit() calls transferring characters
to the same stream buffer object
appear to execute in a total order
consistent with the โhappens beforeโ relation (
[intro.races]),
where each
emit() call
synchronizes with
subsequent
emit() calls in that total order
.