mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
some more comment about bio.c design
This commit is contained in:
parent
1317b7c233
commit
fbb23ce496
@ -20,6 +20,10 @@
|
||||
* Every thread wait for new jobs in its queue, and process every job
|
||||
* sequentially.
|
||||
*
|
||||
* Jobs of the same type are guaranteed to be processed from the least
|
||||
* recently inserted to the most recently inserted (older jobs processed
|
||||
* first).
|
||||
*
|
||||
* Currently there is no way for the creator of the job to be notified about
|
||||
* the completion of the operation, this will only be added when/if needed.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user