mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Add FairMQ tests (PUB-SUB, PUSH-PULL, REQ-REP).
This commit is contained in:
committed by
Mohammad Al-Turany
parent
fbf7dbf2ba
commit
f13bb5995d
@@ -197,5 +197,5 @@ std::string base_GenericSampler<T,U,K,L>::GetProperty(const int key, const std::
|
||||
}
|
||||
|
||||
template<typename T, typename U>
|
||||
using GenericSampler = base_GenericSampler<T,U,int,std::function<void()> >;
|
||||
typedef std::map<int, std::function<void()> > SamplerTasksMap;
|
||||
using GenericSampler = base_GenericSampler<T,U,int,std::function<void()>>;
|
||||
typedef std::map<int, std::function<void()>> SamplerTasksMap;
|
||||
|
Reference in New Issue
Block a user