Name
SPVM::Go::UV::Callback::Timer - Callback for Timer Handle
Description
Go::UV::Callback::Timer in SPVM is the interface for the callback passed to uv_timer_start.
Usage
use Go::UV::Callback::Timer;
Interface Methods
Anonymous method
required method : void ($uv_timer : Go::UV::Handle::Timer);
The callback method called when the timer has timed out.
See Go::UV::Handle::Timer#start method for usage.
Copyright & License
Copyright (c) 2026 Yuki Kimoto
MIT License