object
Returns the object that supplies this channel’s description and locks.
Function
Synopsis
channel:object( )
Arguments
None.
Returns
Object or nil object- The attached object, or
nilwhen the channel has no attached object.
Raises
mux.unavailable.checkingduring@lua/check.mux.channel.invalidif the channel handle is stale.mux.object.invalidif the attached object no longer exists.