Name
SPVM::Go::UV::Callback::Close - Callback for Close Handle
Description
Go::UV::Callback::Close in SPVM is the interface for the callback passed to uv_close.
Usage
use Go::UV::Callback::Close;
Interface Methods
Anonymous method
required method : void ($uv_handle : Go::UV::Handle);
The callback method called when the handle has been closed.
See Go::UV::Handle#close method for usage.
Copyright & License
Copyright (c) 2026 Yuki Kimoto
MIT License