rust-sysfs-gpio icon indicating copy to clipboard operation
rust-sysfs-gpio copied to clipboard

non async io in async code

Open incker opened this issue 3 years ago • 0 comments

I want to ask why you have non sync operation from fs like write_all read_to_string Looks like you need use tokio::fs

Or if it is ok, can you please tell why it is so

incker avatar Aug 16 '22 17:08 incker