What would be the most kosher way to integrate wit...
# coroutines
r
What would be the most kosher way to integrate with Java from a coroutine based code? would it be to have a Java wrapper using concurrent.Futures for the Java consumers to interact with?