View Source Bundlex.Port (Bundlex v1.5.1)

Utilities to ease interaction with Ports.

Summary

Functions

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

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