Name

SPVM::UV::Callback::Timer - Callback for Timer Handle

Description

UV::Callback::Timer in SPVM is the interface for the callback passed to uv_timer_start.

Usage

use UV::Callback::Timer;

Interface Methods

Anonymous method

required method : void ($uv_timer : UV::Handle::Timer);

The callback method called when the timer has timed out.

See UV::Handle::Timer#start method for usage.

Copyright & License

Copyright (c) 2026 Yuki Kimoto

MIT License