Bundlex.Port (Bundlex v0.5.1) View Source

Utilities to ease interaction with Ports.

Link to this section Summary

Functions

Spawns Port native_name from application of calling module. Returned result is compatible with standard Port API.

Link to this section Functions

Link to this macro

open(native_name, args \\ [])

View Source (macro)

Spawns Port native_name from application of calling module. Returned result is compatible with standard Port API.

Link to this function

open(app, native_name, args)

View Source