Function trillium_aws_lambda::run_async

source ·
pub async fn run_async(handler: impl Handler)
Expand description

§Runs a trillium handler on an already-running tokio runtime

This function will poll pending until the server shuts down.