@hackage Treiber0.0.2

Lock free Treiber stack

  • Categories

    • License

      BSD-3-Clause

    • Maintainer

      Julian Sutherland (julian.sutherland10@imperial.ac.uk)

    • Versions

    An implementation of Treiber stacks, a lock free stack. Works with any monad that has atomically modificable references. Removed debug code accidentally left in in version 0.0.1 and added specializations of the TreiberStack data structure to the IO and STM monads.