[haiku-bugs] Re: [Haiku] #5683: Implement <aio.h> asynchronous I/O

  • From: "Haiku" <trac@xxxxxxxxxxxx>
  • To: undisclosed-recipients: ;
  • Date: Mon, 12 Dec 2022 17:44:00 -0000

#5683: Implement <aio.h> asynchronous I/O
---------------------------+----------------------------
  Reporter:  bonefish      |      Owner:  nobody
      Type:  enhancement   |     Status:  new
  Priority:  normal        |  Milestone:  Unscheduled
 Component:  System/POSIX  |    Version:  R1/Development
Resolution:                |   Keywords:
Blocked By:  1935          |   Blocking:
  Platform:  All           |
---------------------------+----------------------------
Comment (by cocobean):

 AIO system interface is considered optional for UNIX V7 (POSIX.1-2008) and
 POSIX 2003 compatibility/compliance - and not widely used overall. Some
 cases like Boost 1.80, OpenZFS, cross-platform filesystem drivers may
 currently use AIO so noted this for future Haiku porting (Haikuports)
 purposes versus core OS usage.

 {{{
 aio_cancel()
 aio_error()
 aio_fsync()
 aio_read()
 aio_return()
 aio_suspend()
 aio_write()
 lio_listio()
 }}}
-- 
Ticket URL: <https://dev.haiku-os.org/ticket/5683#comment:2>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: