From 8074dcfff4bf2304d581efe8a01174a2dd1288eb Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Wed, 15 Jul 2015 23:24:46 -0400 Subject: [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 --- client/changes/feat-refactor_decr_pool | 1 + 1 file changed, 1 insertion(+) create mode 100644 client/changes/feat-refactor_decr_pool (limited to 'client/changes/feat-refactor_decr_pool') 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. -- cgit v1.2.3