Difference between revisions of "Coroutine.running"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' coroutine<br/> === Description === Returns the running coroutine. <source lang="lua"> (coroutine) = coro...")
(No difference)

Revision as of 23:53, 22 January 2023

Available since: Gideros 2022.3
Class: coroutine

Description

Returns the running coroutine.

(coroutine) = coroutine.running()

Return values

Returns (thread) the running coroutine