From a7189fab8b3d068301c0c267d11358d8d85a7b3a Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Sat, 5 Nov 2022 10:11:17 -0400 Subject: [PATCH] Updated readme with threading plans --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6ad1f9..0a0d2b6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ A simple and powerful way to make servers and clients - [ ] AUDP - advance udp. Ensures packets arrive and handles late packets. - [ ] P2P - peer to peer (Server to set up initial connection) - [ ] Relay - offput server load (locally) -- [ ] Threading - Simple threading ~~(UDP/AUDP Only)~~ Thanks to an updated multi library we can thread with ease +- [ ] Threading - Simple threading Should be simple using multi@15.3.0 - [ ] Priority handling # Note