basvandijk / concurrent-extra

Extra concurrency primitives
Other
17 stars 5 forks source link

Documentation: "modify" instead of "with" #1

Closed basvandijk closed 13 years ago

basvandijk commented 13 years ago

Holger Reinhardt reported: the documentation of RWVar states: "Furthermore with is fully sequential and will also block on concurrent calls of with.". I think this should be "modify" instead of "with".

basvandijk commented 13 years ago

Fixed