From 41a47b3ca7d2e9f9e683acbb8fe2a50cd37d54f6 Mon Sep 17 00:00:00 2001 From: "Viktor Klang (√)" Date: Wed, 3 Apr 2013 21:52:35 +0300 Subject: Update README.md Technically line 5 is very blocking. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8c36a66..d00d5e2 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ has finished, we trigger it again, and suspend again. Finally, we add the results and complete `combined`, which in turn will release line 5 (unless it had already timed out). -It is important to note that while this code is non-blocking, +It is important to note that while line 1-4 is non-blocking, it is not parallel. If we wanted to parallelize the two computations, we could rearrange the code as follows. -- cgit v1.2.3