EXCEPTION::GC 1g 2023 laplante@plcb.ca GOWEB


title: “EXCEPTION::GC Function” date: 2023-01-01 author: “laplante@plcb.ca” version: “1.0.0”

module: “GOWEB/EXCEPTION”

Name

exception::gc — trigger the Go garbage collector manually

Synopsis

Description

The exception::gc function invokes the Go runtime garbage collector.
It can be used to force memory cleanup at a specific point in execution.

Examples

res={{
    gc();
}}.

Author

See also

Version History