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

8
LINES

< > BotCompany Repo | #1008211 // withThoughtSpace - execute code within thought space

JavaX fragment (include)

static void withThoughtSpace(ThoughtSpace ts, Runnable r) {
  thoughtSpace(ts);
  try {
    callF(r);
  } finally {
    thoughtSpace(null);
  }
}

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: #1008211
Snippet name: withThoughtSpace - execute code within thought space
Eternal ID of this version: #1008211/2
Text MD5: a0d8bf2b0b3063017cc4a39c1b60ce1e
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-04-30 14:07:08
Source code size: 152 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 451 / 449
Version history: 1 change(s)
Referenced in: [show references]