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 world.
Examples
iex> GtBridge.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.