Name

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

Description

Go::UV::Callback::Async in SPVM is the interface for the callback passed to uv_async_init.

Usage

use Go::UV::Callback::Async;

Interface Methods

Anonymous method

required method : void ($uv_async : Go::UV::Handle::Async);

The callback method called when the async handle is triggered.

See Go::UV::Loop#async_init method for usage.

Copyright & License

Copyright (c) 2026 Yuki Kimoto

MIT License