Name

SPVM::Go::UV::Callback::Idle - Callback for Idle Handle

Description

Go::UV::Callback::Idle in SPVM is the interface for the callback passed to uv_idle_start.

Usage

use Go::UV::Callback::Idle;

Interface Methods

Anonymous method

required method : void ($uv_idle : Go::UV::Handle::Idle);

The callback method called when the idle handle is active.

See Go::UV::Handle::Idle#start method for usage.

Copyright & License

Copyright (c) 2026 Yuki Kimoto

MIT License