blob: 1c57e262f8b0faa4136d832bcdb15e3b99767c77 [file] [log] [blame]
Zesstra715ec202025-07-09 22:18:31 +02001SYNOPSIS
2 coroutine this_coroutine()
3
4DESCRIPTION
5 Returns the innermost coroutine in the caller stack.
6 Returns 0 if there is no coroutine.
7
8HISTORY
9 Coroutines were introduced in LDMud 3.6.5.
10
11SEE ALSO
12 coroutines(LPC), call_coroutine(E)