mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kio: KIO::Schedueler documentation update
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
41babc2d25
commit
4a85ee6cae
1 changed files with 3 additions and 5 deletions
|
@ -54,7 +54,7 @@ namespace KIO {
|
|||
*
|
||||
*
|
||||
* <h3>2. Scheduled</h3>
|
||||
* If you create a lot of jobs, you might want not want to have a
|
||||
* If you create a lot of jobs, you might not want to have a
|
||||
* slave for each job. If you schedule a job, a maximum number
|
||||
* of slaves will be created. When more jobs arrive, they will be
|
||||
* queued. When a slave is finished with a job, it will be assigned
|
||||
|
@ -71,10 +71,8 @@ namespace KIO {
|
|||
* the same connection. This can only be ensured if all these jobs
|
||||
* use the same slave.
|
||||
*
|
||||
* You can ask the scheduler to open a slave for connection oriented
|
||||
* operations. You can then use the scheduler to assign jobs to this
|
||||
* slave. The jobs will be queued and the slave will handle these jobs
|
||||
* one after the other.
|
||||
* You can then use the scheduler to assign jobs. The jobs will be
|
||||
* queued and the slave will handle these jobs one after the other.
|
||||
*
|
||||
* Example:
|
||||
* \code
|
||||
|
|
Loading…
Add table
Reference in a new issue