Closed flukejones closed 2 years ago
Hey @flukejones, thank you for opening this issue!
Is it possible
If I interpret your question literally, the answer is, I don't know, but I'd think so? I'm not an expert on async Rust, and my own work has been exclusively with Tokio (for no particular reason, except that it seems to be closest to a "default").
If you're asking if I'd accept a pull request making it so, then yes, happily!
@hannobraun your first interpretation was correct. I suspect I won't be the only one to come across this, and it looks like it's tied to AsyncFd
in tokio so that would be what needs an agnostic version I guess.
If I can find time to work it out I will :)
Is it possible to adjust inotfiy streams to be runtime agnostic? All my current work is so far done using
smol
, and now that I require itnotify I've found I get runtime errors due to no tokio reactor running.It occurs when I use:
or