Channel

Channel

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

An object which can be used to send and receive data between different threads.

Constructors

love.thread.getChannel Creates or retrieves a named thread channel. 0.9.0
love.thread.newChannel Creates a new unnamed thread channel. 0.9.0

Functions

Channel:clear Clears all the messages in the Channel queue. 0.9.0
Channel:demand Wait for and retrieve the value of a Channel message. 0.9.0
Channel:getCount Retrieves the number of messages in the Channel queue. 0.9.0
Channel:peek Receive a message from a thread Channel, but leave it in the queue. 0.9.0
Channel:performAtomic Executes the specified function atomically with respect to this Channel. 0.10.0
Channel:pop Retrieve the value of a Channel message. 0.9.0
Channel:push Send a message to a thread Channel. 0.9.0
Channel:supply Send a message to a thread Channel and wait for a thread to accept it. 0.9.0
Object:type Gets the type of the object as a string.
Object:typeOf Checks whether an object is of a certain type.

Supertypes

See Also

© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/Channel

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部