Deterministic resource disposal
Factor handbook » The language

Prev:Exception handling
Next:Memoization


Operating system resources such as streams, memory mapped files, and so on are not managed by Factor's garbage collector and must be released when you are done with them. Failing to release a resource can lead to reduced performance and instability.
Image Using destructors
Image Writing new destructors
Image Resource disposal anti-patterns

See also
Destructor tools