<div dir="ltr">Hi guys.<div><br><div>Could you clarify is it OK to use com.sun.nio.file.ExtendedOpenOption#DIRECT  open option with virtual threads or in other words, will reading/writing to the file which uses direct IO be converted into the non-blocking call ?</div></div><div><br></div><div>And second question, what is the general status of integration of FileChannel API with virtual threads, if I , for example, perform fsync, will it be also converted into non-blocking call at leas on platforms which theoretically support such possibilities (like io_uring <a href="https://patchwork.kernel.org/project/linux-fsdevel/patch/20190116175003.17880-7-axboe@kernel.dk/">https://patchwork.kernel.org/project/linux-fsdevel/patch/20190116175003.17880-7-axboe@kernel.dk/</a>) ? </div></div>