mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-31 15:43:01 +00:00 
			
		
		
		
	Fix #773 - fix docstring.
This commit is contained in:
		| @@ -2547,7 +2547,7 @@ JANET_CORE_FN(cfun_ev_thread, | |||||||
|               "to resume with. " |               "to resume with. " | ||||||
|               "Unlike `ev/go`, this function will suspend the current fiber until the thread is complete. " |               "Unlike `ev/go`, this function will suspend the current fiber until the thread is complete. " | ||||||
|               "If you want to run the thread without waiting for a result, pass the `:n` flag to return nil immediately. " |               "If you want to run the thread without waiting for a result, pass the `:n` flag to return nil immediately. " | ||||||
|               "Otherwise, returns (a copy of) the final result from the fiber on the new thread. Available flags:\n\n" |               "Otherwise, returns nil. Available flags:\n\n" | ||||||
|               "* `:n` - return immediately\n" |               "* `:n` - return immediately\n" | ||||||
|               "* `:a` - don't copy abstract registry to new thread (performance optimization)\n" |               "* `:a` - don't copy abstract registry to new thread (performance optimization)\n" | ||||||
|               "* `:c` - don't copy cfunction registry to new thread (performance optimization)") { |               "* `:c` - don't copy cfunction registry to new thread (performance optimization)") { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Calvin Rose
					Calvin Rose