The AsyncInfo should be passed everywhere and it should automatically
ensure synchronization. To this end we make it a RAII object that will
synchronize at the end of its lifetime as necessary.
Details
Details
- Reviewers
tianshilei1992 JonChesterfield grokos bollu
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
If we want to use event later for target task, this design needs to be revised because the life time of the async info object will be out of its scope.
Comment Actions
I will abandon this. We probably are fine with synchronizing explicitly given that we want to look at the return status anyway.