Module lambda::runtime

source ·
Expand description

Runtime definition & functions for executing lambda applications.

Traits

A runtime is an important but simple type in lambda that is responsible for executing the application. The event loop for the application is started within the runtime and should live for the duration of the application.

Functions

Simple function for starting any prebuilt Runnable.