JCTools v1.0 Release Notes

  • JCTools offers java.util.Queue implementations for concurrent use. The queues 👌 support a limited subset of the interface focusing on message passing rather 👍 than collection like semantics. In particular the queues do not support:

    • The iterator() method
    • ✂ remove()
    • contains()

    Enjoy!