feat: Implement concurrent write for fs
I think to implement concurrent writing to fs, we probably need to implement RangeWrite for fs?
@Xuanwo How do you think of this?
Hi, sorry for missing the comments.
I believe we should implement a feature similar to PositionWrite, akin to write_all_at. The main difference is that we won't require initiate_range and abort_range for the filesystem.
@Xuanwo I agree with you and find this interesting. Should I create a new PR to implement PositionWrite?
@Xuanwo I agree with you and find this interesting. Should I create a new PR to implement
PositionWrite?
Sorry for the later, please feel free to start it!
Implemented.