lnx-search/lnx

Add dynamic handler to attempt to use AIO segment system and default back to blocking impl

ChillFish8 opened this issue · 1 comments

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.

Closed by #114