CPN
Computational Process Networks
QueueReleaser.h
Go to the documentation of this file.
1 #ifndef CPN_QUEUERELEASER_H
2 #define CPN_QUEUERELEASER_H
3 #pragma once
4 #include <cpn/common.h>
5 namespace CPN {
11  public:
12  virtual ~QueueReleaser();
13  virtual void ReleaseReader(Key_t rkey) = 0;
14  virtual void ReleaseWriter(Key_t wkey) = 0;
15  };
16 }
17 #endif
uint64_t Key_t
Definition: common.h:79
#define CPN_LOCAL
Definition: common.h:37