[[project @ 2002-06-18 15:13:32 by simonpj] simonpj**20020618151332 clarification in multi-threading docs ] { hunk ./ghc/docs/comm/rts-libs/multi-thread.html 31 -

Calling out

+

The problem: foreign calls that block

hunk ./ghc/docs/comm/rts-libs/multi-thread.html 51 -From an RTS perspective, a simple and efficient way to implement this -is to retain the property that only one OS thread is allowed to +A simple and efficient way to implement non-blocking foreign calls is like this: + hunk ./ghc/docs/comm/rts-libs/multi-thread.html 88 -The rest of this section describes the mechanics of implementing -this. There's two parts to it, one that describes how a native thread +The rest of this section describes the mechanics of implementing all +this. There's two parts to it, one that describes how a native (OS) thread }