MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / stopAsync

Method stopAsync

engine/source/platform/platformNetAsync.cpp:219–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void NetAsync::stopAsync()
220{
221 if (gNetAsync.isRunning())
222 gNetAsync.stop();
223}

Callers

nothing calls this directly

Calls 2

isRunningMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected