diff options
| author | 2019-11-28 19:53:45 +0800 | |
|---|---|---|
| committer | 2020-01-06 16:44:24 +0800 | |
| commit | 53e89c9f34ab37c9429bd6537daf2016828efe0e (patch) | |
| tree | c8dafc868fbf8c83e845f2b5dff17b0cc3298387 /opengl/java | |
| parent | 9e87abdcda1e378a6ac58562c4483bbb4e8d87ac (diff) | |
Add thread annotations (1/n)
Make it clear which thread a method should be called from. This should
make the code more readable and easier to reason about.
- @AnyThread annotates thread-safe methods.
- @WorkerThread annotates methods that should only run on the
  handler thread.
Bug: 145335013
Test: m
Change-Id: Iee986448dfdd32e2c0e898196da76072ed0af972
Diffstat (limited to 'opengl/java')
0 files changed, 0 insertions, 0 deletions