ballerina/lang.runtime0.0.1
Module Overview
This module defines the lang.runtime apis.
Functions
[4]
deregisterListener | Deregister a listener from a module. |
getStackTrace | Return a stack trace for the current call stack. |
registerListener | Register 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. |