Skip to content

refactor(loop): r#loop::Loop::start -> crate::loop_start!

Georgy Moshkin requested to merge feat/async-loop into master

Async callbacks support is very poor in rust, so using a macro is one of the few ways to have somewhat friendly code.

Merge request reports