Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
fbb23ce4
Commit
fbb23ce4
authored
Sep 15, 2011
by
antirez
Browse files
some more comment about bio.c design
parent
1317b7c2
Changes
1
Show whitespace changes
Inline
Side-by-side
src/bio.c
View file @
fbb23ce4
...
@@ -20,6 +20,10 @@
...
@@ -20,6 +20,10 @@
* Every thread wait for new jobs in its queue, and process every job
* Every thread wait for new jobs in its queue, and process every job
* sequentially.
* 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
* 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.
* the completion of the operation, this will only be added when/if needed.
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment