Skip to content

Commit

Permalink
address code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ofrobots authored and kkoopa committed Feb 13, 2018
1 parent 61be069 commit 689fac4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion doc/asyncworker.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
This class internally handles the details of creating an [`AsyncResource`][AsyncResource], and running the callback in the
correct async context. To be able to identify the async resources created by this class in async-hooks, provide a
`resource_name` to the constructor. It is recommended that the module name be used as a prefix to the `resource_name` to avoid
collisions in the names. For more details see [`AsyncResource`][AsyncResource] documentation. The `resource_name` needs to stay valid for the lifetime of worker instance.
collisions in the names. For more details see [`AsyncResource`][AsyncResource] documentation. The `resource_name` needs to stay valid for the lifetime of the worker instance.

Definition:

Expand Down
2 changes: 0 additions & 2 deletions test/cpp/sleep.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@
#include <unistd.h>
#define Sleep(x) usleep((x)*1000)
#endif


0 comments on commit 689fac4

Please sign in to comment.