[project @ 2002-02-04 20:24:14 by sof]
authorsof <unknown>
Mon, 4 Feb 2002 20:24:14 +0000 (20:24 +0000)
committersof <unknown>
Mon, 4 Feb 2002 20:24:14 +0000 (20:24 +0000)
commite53c9fc74a3c847801e82394d6be6633b981ad76
treeeca327b6757a1a036bb61947b221fb13f033c794
parent2374f2fd94d438ae941d81bc92d0d10b1fc874dc
[project @ 2002-02-04 20:24:14 by sof]
Factor out the task handling into separate 'module'.
[Tasks represent native threads that execute STG code, with this
 module providing the API which the Scheduler uses to control
 their creation and destruction.]
ghc/rts/Task.c [new file with mode: 0644]
ghc/rts/Task.h [new file with mode: 0644]