| deferredRequestList {CORBA} | R Documentation |
This iterates over all the CORBA task lists managed internally and returns the number of elements within each such list.
deferredRequestList()
A list containing an element for each named task list of CORBA requests. The names of the returned list are the names of the internal task lists. Each element contains the number of tasks within that task list.
Duncan Temple Lang
getRequestStatus,
getRequestValue,
removeRequest
getNextCompletedTask
for(i in 1:10)
.Corba("A", "doit", .deferred="x", .send=F)
deferredRequestList()[["x"]]