ballerina/lang.runtime : 0.0.1
Module Overview
The lang.runtime
module provides functions related to the language runtime that are not specific to a particular basic type.
Functions
[4]
deregisterListener | Deregisters a listener from a module. |
getStackTrace | Returns a stack trace for the current call stack. |
registerListener | Registers a listener object with a module. |
sleep | Halts the current strand for a predefined amount of time. |
Object types
[2]
DynamicListener | A listener that is dynamically registered with a module. |
StackFrame | Type representing a stack frame. |