Realtime Effect
This page is auto-generated from
src/stdlib.rs. Do not edit it by hand — your changes will be overwritten on the next CI run. To add or update a built-in operation, edit theStdLib::new()registry insrc/stdlib.rs.
Realtime Effect
Section titled “Realtime Effect”The Realtime effect provides the following built-in operations, wired into the VM and runtime.
| Operation | Signature | Description |
|---|---|---|
Realtime.broadcast |
broadcast(room: String, message: String) -> Unit |
Broadcast a message to all subscribers of a realtime room. |
Implementation site: Runtime Host