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

4
LINES

< > BotCompany Repo | #1017349 // iterateListConcurrently - synonym of concurrentlyIterateList

JavaX fragment (include)

// iterate safely (& quickly) in the face of concurrent modifications
static <A> IterableIterator<A> iterateListConcurrently(L<A> l) {
  ret concurrentlyIterateList(l);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1017349
Snippet name: iterateListConcurrently - synonym of concurrentlyIterateList
Eternal ID of this version: #1017349/1
Text MD5: bc1eac59f5ba97bf01025228923d59b9
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-17 22:28:50
Source code size: 171 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 300 / 337
Referenced in: [show references]