Class SynchroBarrier
Contents
Class SynchroBarrier#
Defined in File SynchroBarrier.hpp
Inheritance Relationships#
Derived Type#
public utils::SynchroThread
(Class SynchroThread)
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#
-
inline SynchroBarrier()#
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.