Region

0.40.0

Definitions

def closeOnExit [ar] ( x : a rc : Region[r] ) : Unit \ IO with Closeable[a]

Source

Add x to a stack of Closeable to be closed when the region exits:

  • Closeables are guaranteed to be closed after any threads within the region have been joined.
  • Closeables are guaranteed to be closed in the reverse order in which they're added (most recently added first).