juju.loop

Summary

run
Helper to run one or more async functions synchronously, with graceful handling of SIGINT / Ctrl-C.

Reference

juju.loop.run(*steps)[source]

Helper to run one or more async functions synchronously, with graceful handling of SIGINT / Ctrl-C.

Returns the return value of the last function.