ares-openbsd/nall/vfs
invertego b29fb91777 nall: move cdrom loading to separate thread
The data is still loaded sequentially and accesses will block until the
data at a given address is available. In the worst case (an immediate
read at the end of the last track) things are no faster than before, but
it still feels better because the UI responds immediately to the user's
load request.

This could be further refined by skipping ahead to serve incoming reads.
2023-08-28 10:12:01 +01:00
..
attribute.hpp
cdrom.hpp nall: move cdrom loading to separate thread 2023-08-28 10:12:01 +01:00
directory.hpp
disk.hpp Update to ares v119r06 release. 2021-04-10 23:07:00 +00:00
file.hpp Update to ares v119r06 release. 2021-04-10 23:07:00 +00:00
memory.hpp Update to ares v119r06 release. 2021-04-10 23:07:00 +00:00
node.hpp
vfs.hpp