mirror of
https://github.com/janet-lang/janet
synced 2024-12-27 00:40:26 +00:00
Update janet.h for janet_thread_current
This commit is contained in:
parent
dcf8ba0edb
commit
717fac02d1
@ -1875,6 +1875,7 @@ extern JANET_API const JanetAbstractType janet_thread_type;
|
||||
|
||||
JANET_API int janet_thread_receive(Janet *msg_out, double timeout);
|
||||
JANET_API int janet_thread_send(JanetThread *thread, Janet msg, double timeout);
|
||||
JANET_API JanetThread *janet_thread_current(void);
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user