Asio: Difference between revisions

From Helpful
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:




Around programming, asio can refer to [[asynchronous IO]], possibly specific async execution models (that ''include'' async IO because it ''has'' to address that), e.g. libraries such as [https://www.boost.org/doc/libs/1_84_0/doc/html/boost_asio.html Boost.Asio]
Around programming, asio (or other abbreviations like asyncio) can refer to [[asynchronous IO]], possibly specific async execution models (that ''include'' async IO because it ''has'' to address that), e.g. libraries such as [https://www.boost.org/doc/libs/1_84_0/doc/html/boost_asio.html Boost.Asio]

Revision as of 15:27, 30 March 2024


Around PC music production, ASIO is a streaming-audio API, made for windows, made to be low-latency and separate from windows's own output.


Around programming, asio (or other abbreviations like asyncio) can refer to asynchronous IO, possibly specific async execution models (that include async IO because it has to address that), e.g. libraries such as Boost.Asio