#include <archon/x3d/proxy/disposer.H>
Inheritance diagram for Archon::X3D::Proxy::Disposer:
Public Member Functions | |
Disposer (x3d::sai::Session_ptr) | |
virtual | ~Disposer () |
void | addContext (unsigned long id, unsigned long transCount) |
void | addNode (unsigned long id, unsigned long transCount) |
Classes | |
struct | Entry |
If this was not done asynchroniously, then every destruction of a reference by the main application thread (or threads) could potentially involve a call to the server. This is not fortunate since the server call is not a fast operation, and since it happens at unpredictable times from the point of view of the main application thread.
Definition at line 47 of file disposer.H.