Coroutine.running

From GiderosMobile
Revision as of 23:53, 22 January 2023 by MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2022.3<br/> '''Class:''' coroutine<br/> === Description === Returns the running coroutine. <source lang="lua"> (coroutine) = coro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2022.3
Class: coroutine

Description

Returns the running coroutine.

(coroutine) = coroutine.running()

Return values

Returns (thread) the running coroutine