Channel:push

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

Send a message to the thread Channel.

See Variant for the list of supported types.

Function

Synopsis

id = Channel:push( value )

Arguments

Variant value
The contents of the message.

Returns

Available since LÖVE 11.0
number id
Identifier which can be supplied to Channel:hasRead

See Also

Other Languages