mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 03:39:20 +00:00
Some comment rewriting
This commit is contained in:
parent
7326e18f3d
commit
2a2c8969e6
@ -13,10 +13,10 @@
|
||||
*/
|
||||
|
||||
//! Network worker handles data transfers in threads
|
||||
//! Remmber to use mutexs as little as possible
|
||||
//! Remember to use mutexs as little as possible
|
||||
//! All global vars should be used in mutex
|
||||
//! FIXME: TODO: All code in mutex shoudl run O(1) time
|
||||
//! for scaleablity. Implement read/write locks.
|
||||
//! FIXME: @todo: All code which holds a mutex should run O(1) time
|
||||
//! for scalability. Implement read/write locks.
|
||||
//! (postponed for 1.5)
|
||||
|
||||
#include "global.hpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user