Home  Contents

resolver:close

Rawio Core4 Lua Event System

SYNOPSIS

resolver:close()

DESCRIPTION

Discards a resolver instance.

Since lua uses garbage collection, this eventually happens automatically if the resolver goes out of scope.
However, this takes an undefined amount of time, during which the resolver uses up a socket handle.

RETURN VALUE

None.