DescriptionAssociate threads in reraiser_thread.RunAsync with the calling ThreadGroup
This mainly affects devil.android.decorators. Before the change a
decorated method called by a RunAsync thread would have a separate
timeout created for it. With this change, methods within RunAsync detect
that there already exists an outer timeout thread, and do not have a
separate timeout applied to them.
BUG=
Committed: https://crrev.com/1ddba0da5c8684a016f0ff853614d1dd6d9d178e
Cr-Commit-Position: refs/heads/master@{#351947}
Patch Set 1 #
Total comments: 13
Patch Set 2 : added a will_block #Patch Set 3 : add Exception to exepct #Patch Set 4 : rebase due to patch failure on win bot #
Depends on Patchset: Messages
Total messages: 25 (11 generated)
|