1 | static new InheritableThreadLocal<AIOperations> ai_operations_tl; |
2 | |
3 | static AIOperations ai_operations() { |
4 | AIOperations o = getTL(ai_operations_tl); |
5 | if (o != null) ret o; |
6 | ret ai_defaultOperations(); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022738 |
Snippet name: | ai_operations - get AIOperations for current thread |
Eternal ID of this version: | #1022738/1 |
Text MD5: | 228b01f0f5e19b62af472c99378f7cfe |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-04-03 19:49:38 |
Source code size: | 210 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 247 / 285 |
Referenced in: | [show references] |