https://kotlinlang.org logo
#coroutines
Title
# coroutines
o

Olekss

01/27/2018, 4:41 PM
hey do I understand correctly that to use Sender, Receiver Channels I have to implement those interfaces in case if I want - for example - have JeroMQ server/client listening and representing that channel of receiving/sending information?
e

elizarov

01/28/2018, 2:04 PM
You are never supposed to implemented those interfaces in application or integration code. There are ready-to-use implementations you should be using.
2 Views