Skip to content

Parallel printing for multiple sources #197

@andreasknoepfle

Description

@andreasknoepfle

Just adding this as an issue, to not get lost :)

#194 (comment)


Implementation ideas:

  • Simple but meh: Spawn a task for each and await them all
  • Reasonable but expensive: Rework the session pool to yield a session and add a way to enqueue multiple protocols from a single process (so replace GenServer.call in Channel)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions