static <A> void clearThreadLocal(ThreadLocal<A> tl) { if (tl != null) tl.set(null); }
Began life as a copy of #1006091
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013093 |
| Snippet name: | clearThreadLocal |
| Eternal ID of this version: | #1013093/1 |
| Text MD5: | 78a99810a67767cb419d57cbd7a579fa |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-25 05:21:20 |
| Source code size: | 89 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 591 / 627 |
| Referenced in: | [show references] |