diff options
Diffstat (limited to 'rts/Task.h')
-rw-r--r-- | rts/Task.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/Task.h b/rts/Task.h index 9b6a8e8d7b..fd7b68aecf 100644 --- a/rts/Task.h +++ b/rts/Task.h @@ -18,7 +18,6 @@ /* Note [Definition of a Task] ~~~~~~~~~~~~~~~~~~~~~~~~~~~ - A task is an OSThread that runs Haskell code. Every OSThread that runs inside the RTS, whether as a worker created by the RTS or via an in-call from C to Haskell, has an associated Task. The first @@ -35,7 +34,6 @@ Note [Ownership of Task] ~~~~~~~~~~~~~~~~~~~~~~~~ - Task ownership is a little tricky. The default situation is that the Task is an OS-thread-local structure that is owned by the OS thread named in task->id. An OS thread not currently executing |