martindurant / rfsspec

Rust python FS
MIT License
32 stars 2 forks source link

Add tests and try safe getting runtime #4

Closed martindurant closed 1 year ago

martindurant commented 1 year ago

@milesgranger - got it. Threadlocal not actually needed for tokio, because it intelligently parks it's IO/timing stuff when not in use, so if it gets called from a new thread, that thread takes ownership.