|
07560e605a
|
Use parking_lot::RwLock instead of tokio::sync::RwLock
See https://docs.rs/tokio/latest/tokio/sync/struct.Mutex.html\#which-kind-of-mutex-should-you-use (same applies for RwLock). We don't need an asynchronous Mutex/RwLock for data.
|
2024-06-02 22:27:43 +03:00 |
|
|
c59fe85e67
|
chore: impl methods for PlayerUID
|
2024-05-31 20:41:19 +03:00 |
|
|
7ef2b76a32
|
Proper AccountUID/PlayerUID implementation, RpcCreatePlayer
|
2024-05-31 20:31:22 +03:00 |
|
|
650dab7606
|
Remove AtomicRefCell
|
2024-05-26 19:00:45 +03:00 |
|
|
cf855ef4b6
|
Rework message handler system, fix scene time
|
2024-05-25 17:04:04 +03:00 |
|
|
6c89b18e7a
|
First push
|
2024-03-19 08:30:08 +03:00 |
|