Hi guys, greetings from Munich. Let’s say I have 1...
# coroutines
d
Hi guys, greetings from Munich. Let’s say I have 10 threads that a polling different tables from the same system. What is the preferred way to implement this with kotlin so that the 10 threads have a different logic but every thread uses the same connection ?