minor changes + docs
This commit is contained in:
parent
805b8e5b0e
commit
d76ce4de01
@ -83,8 +83,4 @@ private:
|
||||
};
|
||||
|
||||
|
||||
template<typename E, E e>
|
||||
struct TypedEvent;
|
||||
|
||||
|
||||
}
|
||||
|
||||
711
src/uvw/fs.hpp
711
src/uvw/fs.hpp
File diff suppressed because it is too large
Load Diff
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user