View Source Rephex.Api.LiveViewApi.Impl (rephex v0.1.1)

The implementation of the LiveView sub-effect.

Summary

Functions

Link to this function

cancel_async(socket, name, reason \\ {:shutdown, :cancel})

View Source

Callback implementation for Rephex.Api.LiveViewApi.cancel_async/3.

Link to this function

start_async(socket, name, func)

View Source

Callback implementation for Rephex.Api.LiveViewApi.start_async/3.