utilities library

Functions

shutdown({int seconds = 1, bool debug = false}) Future
Utility function to wait for any Future to complete before shutting down. It is a clone of sleep for now.
sleep({int seconds = 1, bool debug = false}) Future
Utility function to wait for any Future to complete.