Skip to content
  • Simon Marlow's avatar
    handle ThreadMigrating in throwTo() (#4811) · e9c6b0de
    Simon Marlow authored
    If a throwTo targets a thread that has just been created with
    forkOnIO, then it is possible the exception strikes while the thread
    is still in the process of migrating.  throwTo() didn't handle this
    case, but it's fairly straightforward.
    e9c6b0de