Pushest v0.2.2 Pushest.Utils View Source

Top-level utility/helpers module.

Link to this section Summary

Functions

Tries to call given function with arguments on given module. Used when some frame is received at a Socket to pass that frame to user-defined module (where Pushest is being used)

Link to this section Functions

Link to this function try_callback(module, function, args) View Source
try_callback(module(), atom(), list()) :: term()

Tries to call given function with arguments on given module. Used when some frame is received at a Socket to pass that frame to user-defined module (where Pushest is being used).