Closed inferiorhumanorgans closed 2 years ago
Thank you @inferiorhumanorgans for the bug report. I've updated the README accordingly and the docs.
Any thoughts on having start return the JoinHandle
instead of ()
so we can call await on the result?
e.g.
JobScheduler::new
returns aResult
so that won't work.start
returns aResult
over()
and not a future soawait
won't/can't work.