Relative Content

Tag Archive for rustchannelrust-tokiompsc

use notify crate with non blocking mode

I try to follow https://github.com/notify-rs/notify/blob/main/examples/async_monitor.rs, but there are some blocking thread like futures::executor::block_on.