diff options
Diffstat (limited to 'open_issues/multithreading')
-rw-r--r-- | open_issues/multithreading/erlang-style_parallelism.mdwn | 5 |
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 |