Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit efad255

Browse files
committed
Add deprecation warning.
1 parent 6b5dc26 commit efad255

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Async::IO
22

3+
> [!CAUTION]
4+
> This library is deprecated and should not be used in new projects. Instead, you should use <https://github.com/socketry/io-endpoint> for the endpoint-related functionality, and <https://github.com/socketry/io-stream> for stream/buffering functionality.
5+
36
Async::IO provides builds on [async](https://github.com/socketry/async) and provides asynchronous wrappers for `IO`, `Socket`, and related classes.
47

58
[![Development Status](https://github.com/socketry/async-io/workflows/Test/badge.svg)](https://github.com/socketry/async-io/actions?workflow=Test)

0 commit comments

Comments
 (0)