FairMQ: Implement ofi::Poller

This commit is contained in:
Dennis Klein
2018-02-19 21:57:08 +01:00
committed by Mohammad Al-Turany
parent e73fcbd595
commit 209e521046
5 changed files with 266 additions and 10 deletions

View File

@@ -33,6 +33,8 @@ namespace mq
using PollerPtr = std::unique_ptr<FairMQPoller>;
struct PollerError : std::runtime_error { using std::runtime_error::runtime_error; };
} /* namespace mq */
} /* namespace fair */