Hi Kotlin Community ,
So i working on project in intelij, in my project i create library so everytime developer execute a function must throught my library to control the flow…
So my library have a function to pushAction but the problem is my library can handle just 1 pushAction (synchronous) , i want to make it asynchronous , in java i use executorservice but in kotlin because i am new i dont know what to do ? Can u give me example how to handle case like me ?