Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 506 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 506 Bytes

io-classes based utilities

This repository hosts the following packages, which are based on the io-classes package:

  • strict-checked-vars: strict variables that hold an invariant that must be maintained when writing values to the variables.
  • resource-registry: a data structure that keeps track of resources and manage their deallocation.
  • rawlock: a read-append-write lock.