Name
SPVM::UV::Callback::Async - Callback for Async Handle
Description
UV::Callback::Async in SPVM is the interface for the callback passed to uv_async_init.
Usage
use UV::Callback::Async;
Interface Methods
Anonymous method
required method : void ($uv_async : UV::Handle::Async);
The callback method called when the async handle is triggered.
See UV::Loop#async_init method for usage.
Copyright & License
Copyright (c) 2026 Yuki Kimoto
MIT License