discard_handle


Description:

public signal bool discard_handle (ulong handle)

When a GckSession is being disposed of it emits this signal to allow a session pool to pick up the handle and keep it around.

If no signal handler claims the handle, then it is closed.

Parameters:

handle

The handle being discarded.

Returns:

Whether or not this handle was claimed.