Skip to content

Use MPSC channel instead of Arc<Mutex<_>> for the audio graph #5

Description

@fwcd

Instead of sharing the graph between the engine and RPC threads, let the engine own the graph and the RPC handlers send messages via an MPSC channel to fetch/mutate the graph.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions