chromic_pdf
chromic_pdf copied to clipboard
Parallel printing for multiple sources
Just adding this as an issue, to not get lost :)
https://github.com/bitcrowd/chromic_pdf/pull/194#issuecomment-1361140276
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.callinChannel)