From fbb23ce496eaffa8313846601a73a68df0c0ba5d Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 15 Sep 2011 18:23:11 +0200 Subject: [PATCH] some more comment about bio.c design --- src/bio.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bio.c b/src/bio.c index 1657455e..6f2c8a6c 100644 --- a/src/bio.c +++ b/src/bio.c @@ -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. */ -- 2.47.2