smol-rs / async-fs

Async filesystem primitives
Apache License 2.0
131 stars 8 forks source link

Use blocking::Task instead of boxing unblock() #23

Closed notgull closed 1 year ago

notgull commented 1 year ago

This saves a heap allocation. Closes #22