Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1031811 // stackInfo_tl - BetterThreadLocal for stack infos

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3020L/17K).

static x30_pkg.x30_util.BetterThreadLocal<L> stackInfo_tl;

static x30_pkg.x30_util.BetterThreadLocal<L> stackInfo_tl() {
  if (stackInfo_tl == null)
    stackInfo_tl = vm_generalMap_getOrCreate("stackInfo_tl",
      () -> new x30_pkg.x30_util.BetterThreadLocal());
  ret stackInfo_tl;
}

Author comment

Began life as a copy of #1031413

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031811
Snippet name: stackInfo_tl - BetterThreadLocal for stack infos
Eternal ID of this version: #1031811/3
Text MD5: 3eb187609cd86fa3a0edb4c5c5fc1147
Transpilation MD5: f0df9db904ed2f75d37582035f9b0393
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-07-02 20:15:59
Source code size: 296 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 84 / 134
Version history: 2 change(s)
Referenced in: [show references]