Callbacks¶
|
Details¶
- Infinityc.RequestManagerForeachFunc(request, *user_data)¶
- Parameters:
request (
Infinityc.Request) – The current request.user_data (
objectorNone) – Additional data passed toInfinityc.RequestManager.foreach_request() orInfinityc.RequestManager.foreach_named_request().
This signature specifies the callback type when iterating over all requests of the request manager.