We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b011f commit f90d153Copy full SHA for f90d153
README.md
@@ -1,6 +1,10 @@
1
# gm_asyncio [![Build][1]][2]
2
Make your Garry's Mod I/O asynchronous!
3
4
+
5
+> [!WARNING]
6
+> Linux build crashes on main branch. #1
7
8
## Why?
9
Garry's Mod still doesn't have `file.AsyncWrite` function,.
10
Also `file.AsyncRead` also [doesn't work properly in menu state][3],
@@ -80,4 +84,4 @@ Feel free to create issues and pull request ❤️
80
84
[1]: https://github.com/Pika-Software/gm_asyncio/actions/workflows/build.yml/badge.svg?branch=main
81
85
[2]: https://github.com/Pika-Software/gm_asyncio/actions/workflows/build.yml
82
86
[3]: https://github.com/Facepunch/garrysmod-issues/issues/5433
83
-[4]: https://github.com/Pika-Software/gm_asyncio/releases
87
+[4]: https://github.com/Pika-Software/gm_asyncio/releases
0 commit comments