Skip to content

Fix synchronization in print.tcc for print stream across multiple address spaces #84

@jonathan-beard

Description

@jonathan-beard

This looks nice, but doesn't work for multiple processes. In general we can't ensure we're even on the same terminal....

 93       /**
 94        * FIXME: This will work for a single address space, but it's broken
 95        * for multiple over SHM, need to fix. -jcb nov 2019
 96        */
 97       std::lock_guard< std::mutex > lg( print< T, delim >::print_lock );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions