I've got a question regarding akka streams.
I've got a question regarding akka streams. I've got a USB device from which I can only read in a blocking manner. However, I'd like to create an asynchronous stream out of it. Has anyone attempted such a thing before? Or is there an example on to do this?
No any search results
You already invited:
1 Answers
Alzico
Upvotes from:
Just make sure that all the methods it calls execute the blocking code within scala.concurrent.blocking or are explicitly given a blocking dedicated execution context.