v1
This commit is contained in:
parent
1d75db5bde
commit
d32989cc81
135 changed files with 17183 additions and 669 deletions
8
node_modules/sleep/sleep.h
generated
vendored
Normal file
8
node_modules/sleep/sleep.h
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef SLEEP_H
|
||||
#define SLEEP_H
|
||||
|
||||
#include <nan.h>
|
||||
|
||||
void node_usleep(uint32_t usec);
|
||||
|
||||
#endif // SLEEP_H
|
||||
Loading…
Reference in a new issue