Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 326 Bytes

File metadata and controls

3 lines (3 loc) · 326 Bytes

BlockingCollections

Blocking Collections is a java library that contains a familiar data structures (for the time of writing just Array but more to come) that are intended to use with multiple threads. The data structures are inspired by the Sliding window protocol.