notify-rs / notify

🔭 Cross-platform filesystem notification library for Rust.
https://docs.rs/notify
2.76k stars 222 forks source link

Use instant crate #570

Closed dfaust closed 7 months ago

dfaust commented 9 months ago

Prevents ugly surprises when using notify-types in a wasm environment.

I screwed up a bit and this PR is based on my previous on (#567).

0xpr03 commented 8 months ago

Does this supersede #567 ?

dfaust commented 8 months ago

Does this supersede https://github.com/notify-rs/notify/pull/567 ?

No. But I hope that with #567 merged, all the other PRs merge without issues.

0xpr03 commented 8 months ago

This needs a merge conflict resolution (not sure from what..)

dfaust commented 8 months ago

I rebased all PRs.