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

6
LINES

< > BotCompany Repo | #1007337 // sleepQuietly - sleep without printing anything

JavaX fragment (include)

static new O sleepQuietly_monitor;

static void sleepQuietly() ctex {
  assertFalse(isAWTThread());
  synchronized(sleepQuietly_monitor) { sleepQuietly_monitor.wait(); }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 18 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, jtubtzbbkimh, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, onxytkatvevr, podlckwnjdmb, ppjhyzlbdabe, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1007337
Snippet name: sleepQuietly - sleep without printing anything
Eternal ID of this version: #1007337/4
Text MD5: aac05d341f07d8738fb2a52d16620819
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-07-23 19:05:07
Source code size: 176 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 419 / 794
Version history: 3 change(s)
Referenced in: [show references]