Skip to content
  • Simon Marlow's avatar
    Updating a thunk in raiseAsync might encounter an IND; cope · 65bb9b5a
    Simon Marlow authored
    There was already a check to avoid updating an IND, but it was
    originally there to avoid a bug which doesn't exist now.  Furthermore
    the test and update are not atomic, so another thread could be
    updating this thunk while we are.  We have to just go ahead and update
    anyway - it might waste a little work, but this is a very rare case.
    65bb9b5a