Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
2 | coroutine this_coroutine() | ||||
3 | |||||
4 | DESCRIPTION | ||||
5 | Returns the innermost coroutine in the caller stack. | ||||
6 | Returns 0 if there is no coroutine. | ||||
7 | |||||
8 | HISTORY | ||||
9 | Coroutines were introduced in LDMud 3.6.5. | ||||
10 | |||||
11 | SEE ALSO | ||||
12 | coroutines(LPC), call_coroutine(E) |