View Source ActivityPubClient.SyncServer (ActivityPubClient v0.1.0)

With inspiration from: https://github.com/GamgeeNL/websocket-client

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Callback implementation for GenServer.init/1.

Link to this function

send_async(pid, args_tuple)

View Source
Link to this function

send_sync(pid, args_tuple)

View Source
Link to this function

start(client, type, callback \\ nil)

View Source