Path to this page:
Subject: CVS commit: pkgsrc/devel/asio
From: Patrick Welche
Date: 2022-11-01 09:41:17
Message id: 20221101084118.1598FFA90@cvs.NetBSD.org
Log Message:
Update asio to 1.24.0
Highlights:
- Added support for files. This introduces new classes for
stream-oriented and random-access files.
- Added support for portable pipes. This change add supports for
pipes on POSIX and Windows (when I/O completion ports are available).
- Added support for registered buffers.
- Added experimental support for channels.
Channels may be used to send completions as messages.
- Added per-operation cancellation support to signal sets.
- Added buffer() overloads for contiguous containers, such as std::span.
- Changed spawn() to be a completion token-based asynchronous operation.
- Fixed compatibility with OpenSSL 3.0.4 and later.
Full release notes at:
https://think-async.com/Asio/asio-1.24.0/doc/asio/history.html#asio.history.asio_1_24_0
Files: