pub fn is_running() -> bool
Returns true if there is an event loop currently running
true
This basically returns false if and only if handle() would panic
false
handle()