GtBridge (gt_bridge v0.19.0)

Copy Markdown View Source

Documentation for GtBridge.

Summary

Functions

Hello world.

Callback implementation for Application.start/2.

I bring the bridge up on port. This is the entry point GT calls once connected: I start xref indexing and the framed TCP transport, which carries every channel -- evals, completion, bindings, session close, and module events -- over one full-duplex socket. There is no client port: GT reads replies and events back on the socket it opened.

Functions

hello()

Hello world.

Examples

iex> GtBridge.hello()
:world

start(type, args)

Callback implementation for Application.start/2.

start_listener(port)

I bring the bridge up on port. This is the entry point GT calls once connected: I start xref indexing and the framed TCP transport, which carries every channel -- evals, completion, bindings, session close, and module events -- over one full-duplex socket. There is no client port: GT reads replies and events back on the socket it opened.