diff options
author | Simon Marlow <marlowsd@gmail.com> | 2010-05-20 09:59:53 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2010-05-20 09:59:53 +0000 |
commit | c5e611c7bba08457ededf840903208587fc958a1 (patch) | |
tree | ce46542eab13b2831595a001936ee58fc4c9e335 /rts/Task.h | |
parent | 6ffa3d7122aa1e1e43850fd9754eb7585808c4ac (diff) | |
download | haskell-c5e611c7bba08457ededf840903208587fc958a1.tar.gz |
Add wiki links
Diffstat (limited to 'rts/Task.h')
-rw-r--r-- | rts/Task.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/Task.h b/rts/Task.h index 17a443ad6b..2d406aa457 100644 --- a/rts/Task.h +++ b/rts/Task.h @@ -4,6 +4,9 @@ * * Tasks * + * For details on the high-level design, see + * http://hackage.haskell.org/trac/ghc/wiki/Commentary/Rts/Scheduler + * * -------------------------------------------------------------------------*/ #ifndef TASK_H |