07d31c5364
calls them upon exit (via 'runResourceT'). Actions may be registered via 'register', or resources may be allocated atomically via 'allocate'. allocate corresponds closely to bracket. ok matthew, sthen.
5 lines
251 B
Plaintext
5 lines
251 B
Plaintext
The Resource transformer keeps track of all registered actions, and
|
|
calls them upon exit (via 'runResourceT'). Actions may be registered
|
|
via 'register', or resources may be allocated atomically via
|
|
'allocate'. allocate corresponds closely to bracket.
|