Module runtime

Source
Expand description

Runtime definition & functions for executing lambda applications.

Traits§

Runtime
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§

start_runtime
Simple function for starting any prebuilt Runnable.