summaryrefslogtreecommitdiff
path: root/open_issues/multithreading/erlang-style_parallelism.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-01-08 21:34:29 +0100
committerThomas Schwinge <thomas@codesourcery.com>2013-01-08 21:43:11 +0100
commitcd42b6144bf707fa38555bc06e267bb16db011f5 (patch)
treeddebd4ae1c845bd062261b4335a9ab7a969a3c89 /open_issues/multithreading/erlang-style_parallelism.mdwn
parenta91114fc89dd554494801349e57bd5d29454a8b1 (diff)
parente66cb01b99b60f9483de2425bca3bb104bcc9ae8 (diff)
Merge remote-tracking branch 'fp/master'
Diffstat (limited to 'open_issues/multithreading/erlang-style_parallelism.mdwn')
-rw-r--r--open_issues/multithreading/erlang-style_parallelism.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/open_issues/multithreading/erlang-style_parallelism.mdwn b/open_issues/multithreading/erlang-style_parallelism.mdwn
index 75539848..4c3651e3 100644
--- a/open_issues/multithreading/erlang-style_parallelism.mdwn
+++ b/open_issues/multithreading/erlang-style_parallelism.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2010, 2013 Free Software Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -148,6 +148,9 @@ IRC, #hurd, 2010-10-05
they block. but if we want to accept that, there is no point in doing
this continuation stuff at all -- we could just use a single-threaded
implementation :-)
+
+[[continuation]].
+
<sdschulze> Hard solution: do use explicit I/O and invent a
read_no_pagefault() call.
<antrik> not sure what you mean exactly. what I would consider is something