Mercurial
Mercurial
>
hedgewars
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
rust/hedgewars-server/src/core.rs
author
alfadur
Wed, 27 Mar 2024 02:57:44 +0300
changeset 16002
e915ed28726e
parent 15939
4a8e6f9d5133
child 16091
5febd2bc5372
permissions
-rw-r--r--
thread server reference through dispatch to ensure rooms can be auto dropped
pub mod anteroom;
pub mod client;
pub mod indexslab;
pub mod room;
pub mod server;
pub mod types;