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

6
LINES

< > BotCompany Repo | #1031813 // tempPostStackInfo - note in a BetterThreadLocal the exact object and arguments on stack

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

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

static AutoCloseable tempPostStackInfo(O object, S methodName, O... args) {
  var tl = stackInfo_tl();
  L list = tl!;
  if (list == null) tl.set(list = syncL());
  ret tempAdd(list, new MethodCall_noeq(object, methodName, args));
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1031813
Snippet name: tempPostStackInfo - note in a BetterThreadLocal the exact object and arguments on stack
Eternal ID of this version: #1031813/1
Text MD5: d3f8033a25b038893c8ae15711e522cb
Transpilation MD5: 97fd03da36ede4d02bdd7d44347c2c34
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:17:15
Source code size: 237 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 82 / 128
Referenced in: [show references]