diff options
author | Ruben Pollan <meskio@sindominio.net> | 2015-07-15 23:24:46 -0400 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2015-07-22 09:55:50 -0400 |
commit | 8074dcfff4bf2304d581efe8a01174a2dd1288eb (patch) | |
tree | 6579fa235e67842ae5d755559293bf8ef6f099e6 /client/changes/feat-refactor_decr_pool | |
parent | cdba9fdd232eb195b46b15a8622cde8ab2889960 (diff) |
[refactor] use a deferred to signal when SyncDecriptionPool has finished
It makes the code simpler and clearer to use a deferred instead of
having to pull on 'has_finished'.
- Related: #7234
Diffstat (limited to 'client/changes/feat-refactor_decr_pool')
-rw-r--r-- | client/changes/feat-refactor_decr_pool | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/changes/feat-refactor_decr_pool b/client/changes/feat-refactor_decr_pool new file mode 100644 index 00000000..7a567bcc --- /dev/null +++ b/client/changes/feat-refactor_decr_pool @@ -0,0 +1 @@ +- Refactor decription pool and http target to use a deferred instead of a waiting loop. |