love.thread.newChannel (한국어)

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

이름 없는 스레드 채널을 생성합니다.

One use for them is to pass new unnamed channels to other threads via Channel:push on a named channel.

함수

형식

channel = love.thread.newChannel( )

매개변수

없음.

리턴값

Channel (한국어) channel
채널 객체.

같이 보기

다른 언어