Channel:supply
 Available since LÖVE 0.9.0  
 This function is not supported in earlier versions. 
Send a message to the thread Channel and wait for a thread to accept it.
See Variant for the list of supported types.
Function
Synopsis
success = Channel:supply( value )
Arguments
Variant value- The contents of the message.
 
Returns
- 
boolean successAvailable since 11.0 -  Whether the message was successfully supplied (always 
true). 
 
Function
 Available since LÖVE 11.0  
 This variant is not supported in earlier versions. 
Synopsis
success = Channel:supply( value, timeout )
Arguments
Returns
boolean success- Whether the message was successfully supplied before the timeout expired.
 
See Also
    © 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
    https://love2d.org/wiki/Channel:supply