RunComponent adds the given component to the server's run queue.
(name string, t Component)
| 35 | |
| 36 | // RunComponent adds the given component to the server's run queue. |
| 37 | RunComponent(name string, t Component) |
| 38 | |
| 39 | // RunComponentAsync runs the given component asynchronously. |
| 40 | RunComponentAsync(name string, t Component) |
no outgoing calls