mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-06-04 10:30:55 +00:00
Improvde documentation
This commit is contained in:
parent
e0ba8684dc
commit
5cf55f34c2
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@
|
|||
/** Adds the object to the queue for which operations should be performed.<br />
|
||||
* You may add an object more than once, but that may result in the operation
|
||||
* being performed simultaneously in more than one thread.<br />
|
||||
* If the pool is configured with zero threads or zero operations,
|
||||
* this method will simply perform the operation immediately.<br />
|
||||
* If the pool is configured with zero threads or the queue of operations is
|
||||
* full, this method will simply perform the operation immediately.<br />
|
||||
* The operation will be performed in a context where there is an exception
|
||||
* handler set to trap exceptions, and an autorelease pool to deal with
|
||||
* autoreleased objects.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue