Merge pull request #47 from cynnyx/master

minor changes + docs
This commit is contained in:
Michele Caini 2016-08-04 16:31:50 +02:00 committed by GitHub
commit 6b48b30ec8
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) {