From 298c7c47c2ee802c76a356c1b0cd5573efcd3a28 Mon Sep 17 00:00:00 2001
From: Vladimir Sedach <vsedach@gmail.com>
Date: Tue, 1 Nov 2011 21:26:59 -0400
Subject: [PATCH] Added more stuff to TODO file.

---
 TODO | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/TODO b/TODO
index 513598e..326eced 100644
--- a/TODO
+++ b/TODO
@@ -8,3 +8,7 @@
   contention for the thread pool locks and cache-coherency protocol
   thrashing, but will require implementing things like work-stealing
   queues.
+* Show how to combine futures with STM
+* Extend futures to distributed system
+* Build better thread/machine pool system
+* Future pipelining
-- 
GitLab