Skip to content
  • Simon Marlow's avatar
    RTS: Add setInCallCapability() · e68195a9
    Simon Marlow authored
    This allows an OS thread to specify which capability it should run on
    when it makes a call into Haskell.  It is intended for a fairly
    specialised use case, when the client wants to have tighter control over
    the mapping between OS threads and Capabilities - perhaps 1:1
    correspondence, for example.
    e68195a9