Add dynamic handler to attempt to use AIO segment system and default back to blocking impl
ChillFish8 opened this issue · 1 comments
ChillFish8 commented
On linux, we want to try use the AIO system when we can, but this might not always be available to us, so we should fall back to the blocking API if we encounter this.
ChillFish8 commented
Closed by #114