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

4
LINES

< > BotCompany Repo | #1026926 // concIter - synonym of concurrentlyIterateList

JavaX fragment (include)

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

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1026926
Snippet name: concIter - synonym of concurrentlyIterateList
Eternal ID of this version: #1026926/1
Text MD5: f8f622f087bf9325946ce4ebb0a3342d
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-02 20:50:08
Source code size: 156 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 133 / 161
Referenced in: [show references]