Package: gio
Macro gio:with-resource
Lambda Listgio:with-resource ((resource path) &body body) SyntaxArgumentsDetails              The g:with-resource macro allocates a new g:resource
    instance, loads the resource from a file, register the resource with the
    process-global set of resources and executes the body that uses the
    resources.  
  After execution of the body the resource is unregistered from the
  process-global set of resources.          | See also | 
2025-05-01