JCTools v2.0.2 Release Notes

Release Date: 2017-05-29 // almost 7 years ago
  • jctools-core changes:

    • ๐Ÿ‘€ PR #168 from @maseev - unifying the approach to queue size range checks and exceptions
    • PR #173 #174 #176 from @neomatrix369 - porting the SPSC linked array queues to non-unsafe versions
    • PR #172 #175 from @chbatey - porting the MPSC linked array queues to non-unsafe versions
    • ๐Ÿ›  Fix #179 - bug in MpmcArrayQueue and MpmcAtomicArrayQueue leading to false reporting of queue full on offer which races with a poll, reported by Sharath Gururaj (I think that is @flipsha)

    Further contributions:

    • โœ… JCStress testing support added by @victorparmar
    • Code tidy up by @avalanche123
    • ๐Ÿ‘ Experimental support for MPSC proxy channels by @kay

    Thanks everyone!