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

Commit

Permalink
Add deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Aug 29, 2024
1 parent 6b5dc26 commit efad255
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Async::IO

> [!CAUTION]
> 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.
Async::IO provides builds on [async](https://github.com/socketry/async) and provides asynchronous wrappers for `IO`, `Socket`, and related classes.

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

0 comments on commit efad255

Please sign in to comment.