Class SynchroBarrier#

Inheritance Relationships#

Derived Type#

Class Documentation#

class SynchroBarrier#

An interface representing a barrier that allow synchronisation of task.

Subclassed by utils::SynchroThread

Public Functions

inline SynchroBarrier()#
SynchroBarrier(SynchroBarrier const &other) = delete#
virtual ~SynchroBarrier() = 0#
virtual void wait() = 0#

Corail is free software: you can redistribute it and/or modify it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.