Closed bitfl0wer closed 2 months ago
Add simple functionality which replace constructs such as connection.lock().await.receive.await() with connection.next_message().await
connection.lock().await.receive.await()
connection.next_message().await
Add simple functionality which replace constructs such as
connection.lock().await.receive.await()
withconnection.next_message().await