Panda3D
Loading...
Searching...
No Matches
Classes | Functions | Variables
direct.distributed.AsyncRequest Namespace Reference

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
 

Function Documentation

◆ cleanupAsyncRequests()

cleanupAsyncRequests ( )
Only call this when the application is shuting down.

Variable Documentation

◆ _breakOnTimeout

_breakOnTimeout = ConfigVariableBool("async-request-break-on-timeout", False)
protected

◆ _overrideNumRetriesForAllAsyncRequests

_overrideNumRetriesForAllAsyncRequests = ConfigVariableInt("async-request-num-retries", -1)
protected

◆ _overrideTimeoutTimeForAllAsyncRequests

_overrideTimeoutTimeForAllAsyncRequests = ConfigVariableDouble("async-request-timeout", -1.0)
protected

◆ ASYNC_REQUEST_DEFAULT_NUM_RETRIES

int ASYNC_REQUEST_DEFAULT_NUM_RETRIES = 0

◆ ASYNC_REQUEST_DEFAULT_TIMEOUT_IN_SECONDS

float ASYNC_REQUEST_DEFAULT_TIMEOUT_IN_SECONDS = 8.0

◆ ASYNC_REQUEST_INFINITE_RETRIES

int ASYNC_REQUEST_INFINITE_RETRIES = -1