@hackage ivar-simple0.1.0.1

Write once concurrency primitives.

IVars are write-once variables.

They can be read, an operation that will block until a value was written to the variable. They can be written to exactly once.