|
Panda3D
|
Classes | |
| class | AsyncRequest |
Functions | |
| cleanupAsyncRequests () | |
Variables | |
| _breakOnTimeout = ConfigVariableBool("async-request-break-on-timeout", False) | |
| _overrideNumRetriesForAllAsyncRequests = ConfigVariableInt("async-request-num-retries", -1) | |
| _overrideTimeoutTimeForAllAsyncRequests = ConfigVariableDouble("async-request-timeout", -1.0) | |
| int | ASYNC_REQUEST_DEFAULT_NUM_RETRIES = 0 |
| float | ASYNC_REQUEST_DEFAULT_TIMEOUT_IN_SECONDS = 8.0 |
| int | ASYNC_REQUEST_INFINITE_RETRIES = -1 |
| cleanupAsyncRequests | ( | ) |
Only call this when the application is shuting down.
|
protected |
|
protected |
|
protected |
| int ASYNC_REQUEST_DEFAULT_NUM_RETRIES = 0 |
| float ASYNC_REQUEST_DEFAULT_TIMEOUT_IN_SECONDS = 8.0 |
| int ASYNC_REQUEST_INFINITE_RETRIES = -1 |