inUseForUser property

int inUseForUser
getter/setter pair

The number of threads which are currently calling user code (servant dispatch, AMI callbacks, etc).

Implementation

int inUseForUser = 0;