sv_max_clients_per_ip 1
IEngine::Add
and IEngine::RunBlocking
, I want to make some jobs that should never be ran non-blocking. Can you think of a way to enforce that?IJob
that couldn't accidentally be used with IEngine
directlyIJob
interface, but these tasks really shouldn't be ran on the engines pool but another poolIJob
you can run anything that implements that interface blocking or on one of the worker threads that belong to the engine[cmake] CMake Warning (dev) at CMakeLists.txt:294 (message):
[cmake] BASE does not contain every file from directory src/base
[cmake] Call Stack (most recent call first):
[cmake] CMakeLists.txt:325 (set_glob)
[cmake] CMakeLists.txt:1587 (set_src)
[cmake] This warning is for project developers. Use -Wno-dev to suppress it.
[cmake]
[cmake] CMake Warning (dev) at CMakeLists.txt:304 (message):
[cmake] Entries only present in BASE:
[cmake] /home/jupeyy/Schreibtisch/Teeworlds/DDNet/ddnet_jupeyy/src/base/system.hpp
[cmake] Call Stack (most recent call first):
[cmake] CMakeLists.txt:325 (set_glob)
[cmake] CMakeLists.txt:1587 (set_src)
[cmake] This warning is for project developers. Use -Wno-dev to suppress it.
this warning is really useless
it tells me that BASE does not contain every file
and then it tells me that the entry is only in BASE
also i dont see where the problem is
broken af