1 | static <A> A grabFromQueue(BlockingQueue<A> q) ctex { |
2 | A x = null; |
3 | while (x == null && licensed()) |
4 | x = q.poll(1, TimeUnit.SECONDS); |
5 | ret x; |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1004547 |
Snippet name: | grabFromQueue |
Eternal ID of this version: | #1004547/1 |
Text MD5: | 528b4e942659444de5e3e6989b75cbe6 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-11-25 16:05:29 |
Source code size: | 154 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 561 / 537 |
Referenced in: | [show references] |