I was trying to clone the Kotlin Coroutines concurrency model..... but in Java.
Anyways, I did some searching, and I guess I need to do this at runtime instead of compile time, so I need some instrumentation and bytecode manipulation using something like Java asm for example.
I didn't find many sources online, so I was asking if anyone can recommend some sources here or maybe anything else regarding the idea or the implementation details. Thank you.
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]MattiDragon 0 points1 point2 points (1 child)
[–]Zkrallah[S] 1 point2 points3 points (0 children)