minor changes + docs

This commit is contained in:
Michele Caini 2016-08-04 14:35:54 +02:00
parent 805b8e5b0e
commit d76ce4de01
3 changed files with 678 additions and 39 deletions

View File

@ -83,8 +83,4 @@ private:
};
template<typename E, E e>
struct TypedEvent;
}

File diff suppressed because it is too large Load Diff

View File

@ -53,7 +53,7 @@ public:
* * A valid instance of a `Task`, that is of type
* `std::function<void(void)>`.
*
* @return A pointer to the newly created handle.
* @return A pointer to the newly created request.
*/
template<typename... Args>
static std::shared_ptr<WorkReq> create(Args&&... args) {