Gitiles
Code Review
Sign In
gerrit.morgengrauen.info
/
mudlib-public
/
715ec20bc9b372dda303b3457958a2746cb75c52
/
.
/
doc
/
efun
/
this_coroutine
blob: 1c57e262f8b0faa4136d832bcdb15e3b99767c77 [
file
] [
log
] [
blame
]
SYNOPSIS
coroutine this_coroutine
()
DESCRIPTION
Returns
the innermost coroutine
in
the
caller
stack
.
Returns
0
if
there
is
no
coroutine
.
HISTORY
Coroutines
were introduced
in
LDMud
3.6
.
5.
SEE ALSO
coroutines
(
LPC
),
call_coroutine
(
E
)