I have implemented a job queue using Rx <https://g...
# coroutines
y
I have implemented a job queue using Rx https://github.com/ypujante/jamba-quickstart-server/blob/master/src/jvmMain/kotlin/org/pongasoft/jamba/quickstart/server/be/services/JobQueue.kt and TBH was kind of a pain (error handling, etc..)... was wondering if coroutines/channels would be easier?
u
well you can map the job to Events (Started, Success, Error), and have a single subject for this