Closed bwoebi closed 7 years ago
As per: https://github.com/async-interop/event-loop/pull/142#issuecomment-275927251
Also adding a shutdown function at the end in order to ensure that the loop level will be correct (i.e. people able to use Loop::run() in a shutdown function).
\cc @davidwdan @trowski @mbonneau
It seems like this doesn't actually solve anything. People can just use Loop::execute(function () {}, Loop::get()); and get the same result?
Loop::execute(function () {}, Loop::get());
Can we close this one?
As per: https://github.com/async-interop/event-loop/pull/142#issuecomment-275927251
Also adding a shutdown function at the end in order to ensure that the loop level will be correct (i.e. people able to use Loop::run() in a shutdown function).
\cc @davidwdan @trowski @mbonneau