Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lci pp): fix the null_thread_id bug in the LCI parcelport
`send()` in the LCI parcelport can call HPX `yield()`. However, `send()` can be called outside HPX threads, leading to HPX complaining "null_thread_id".
- Loading branch information