mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	Update janet.h for janet_thread_current
This commit is contained in:
		| @@ -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_receive(Janet *msg_out, double timeout); | ||||||
| JANET_API int janet_thread_send(JanetThread *thread, Janet msg, double timeout); | JANET_API int janet_thread_send(JanetThread *thread, Janet msg, double timeout); | ||||||
|  | JANET_API JanetThread *janet_thread_current(void); | ||||||
|  |  | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose