View Source Bundlex.Port (Bundlex v1.0.0)

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
@spec open(Application.app(), Bundlex.Native.name_t(), [String.t()]) :: port()