Browse thread
[Caml-list] Pre-emptive multitasking
- Jonathan Roewen
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2005-06-11 (20:51) |
From: | Jonathan Roewen <jonathan.roewen@g...> |
Subject: | [Caml-list] Pre-emptive multitasking |
Hi, Does the OCaml runtime support true pre-emptive multitasking with the systhreads module? Am curious how this works with the GC without breaking anything. Jonathan