mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: coroutines (part 2)
This commit is contained in:
2
thirdparty/photon/photonwrapper.h
vendored
2
thirdparty/photon/photonwrapper.h
vendored
@ -21,7 +21,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
int photon_init_default();
|
||||
void photon_thread_create11(void* (* f)(void*));
|
||||
void photon_thread_create(void* (* f)(void*), void* arg);
|
||||
void photon_sleep_s(int n);
|
||||
void photon_sleep_ms(int n);
|
||||
|
||||
|
Reference in New Issue
Block a user