Skip to content

Commit 4ef19e8

Browse files
authored
πŸ“ Relax the warnings as I have been using Asyncer in production for a while (and other teams as well) (#424)
1 parent e2f5e22 commit 4ef19e8

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,11 @@ The main goal of **Asyncer** is to improve **developer experience** by providing
3434

3535
**Asyncer** also tries to improve **convenience** and simplicity when working with **async** code **mixed** with regular <abbr title="synchronous code, code that is not async">**blocking code**</abbr>, allowing to use them together in a simpler way... again, under my very **subjective** point of view.
3636

37-
## 🚨 Warning
38-
39-
This small library only exists to be able to use these **utility functions** until (and if) they are integrated into **AnyIO**.
40-
41-
It will probably take some time for that to happen (or to be decided if it will be included or not).
42-
43-
So I made this to be able to use these ideas right now. πŸ€“
44-
4537
## Can I Use It?
4638

4739
Yes πŸŽ‰ (but continue reading).
4840

49-
You can use this and evaluate the **library API design** I'm proposing. It will probably be useful to know if it works and is useful for you (I hope so).
50-
51-
But still, consider this lab material, expect it to change a bit. πŸ§ͺ
41+
This is a very small library, there are things that can change and improve in the future.
5242

5343
If you use it, **pin the exact Asyncer version** for your project, to make sure it all works.
5444

β€Ždocs/index.mdβ€Ž

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,11 @@ The main goal of **Asyncer** is to improve **developer experience** by providing
3838

3939
**Asyncer** also tries to improve **convenience** and simplicity when working with **async** code **mixed** with regular <abbr title="synchronous code, code that is not async">**blocking code**</abbr>, allowing to use them together in a simpler way... again, under my very **subjective** point of view.
4040

41-
## 🚨 Warning
42-
43-
This small library only exists to be able to use these **utility functions** until (and if) they are integrated into **AnyIO**.
44-
45-
It will probably take some time for that to happen (or to be decided if it will be included or not).
46-
47-
So I made this to be able to use these ideas right now. πŸ€“
48-
4941
## Can I Use It?
5042

5143
Yes πŸŽ‰ (but continue reading).
5244

53-
You can use this and evaluate the **library API design** I'm proposing. It will probably be useful to know if it works and is useful for you (I hope so).
54-
55-
But still, consider this lab material, expect it to change a bit. πŸ§ͺ
45+
This is a very small library, there are things that can change and improve in the future.
5646

5747
If you use it, **pin the exact Asyncer version** for your project, to make sure it all works.
5848

0 commit comments

Comments
Β (0)