Difference between revisions of "love.thread.newChannel (한국어)"

(Created page with "{{newin|0.9.0|090|type=function}} 이름 없는 스레드 채널을 생성합니다. One use for them is to pass new unnamed channels to other threads via [[Channel:push (...")
 
m
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
이름 없는 스레드 채널을 생성합니다.
 
이름 없는 스레드 채널을 생성합니다.
  
One use for them is to pass new unnamed channels to other threads via [[Channel:push (한국어)|Channel:push]] on a named channel.
+
이름 없는 채널을 사용하는 방법중 하나는 이름있는 채널의 [[Channel:push (한국어)|Channel:push]]를 통해 다른 스레드에게 이름없는 채널을 건네주는 것이 있습니다.
 
== 함수 ==
 
== 함수 ==
 
=== 형식 ===
 
=== 형식 ===

Latest revision as of 05:53, 26 January 2014

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

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

이름 없는 채널을 사용하는 방법중 하나는 이름있는 채널의 Channel:push를 통해 다른 스레드에게 이름없는 채널을 건네주는 것이 있습니다.

함수

형식

channel = love.thread.newChannel( )

매개변수

없음.

리턴값

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

같이 보기

다른 언어