Membrane.Element.PortAudio.SyncExecutor (Membrane Element: PortAudio v0.3.2) View Source
A GenServer executing actions received by GenServer.call/3 or send/2.
Some PortAudio operations (such as starting and stopping stream) must not be executed concurrently, so they are received and executed here, synchronously.
Link to this section Summary
Functions
A simple wrapper around GenServer.call/3.
Returns a specification to start this module under a supervisor.
Link to this section Functions
Specs
A simple wrapper around GenServer.call/3.
Returns a specification to start this module under a supervisor.
See Supervisor.