Files
secondo/Algebras/Temporal2/OpBarrier.h

16 lines
274 B
C
Raw Normal View History

2026-01-23 17:03:45 +08:00
/*
operator to create a synchronization barrier between processes
*/
#ifndef ALGEBRAS_TEMPORAL2_OPBARRIER_H_
#define ALGEBRAS_TEMPORAL2_OPBARRIER_H_
class Operator;
namespace temporal2algebra{
Operator* getBarrierOpPtr();
}
#endif /* ALGEBRAS_TEMPORAL2_OPBARRIER_H_ */