<@U3D0A5GP9> ty, but if I base my API on that, the...
# announcements
r
@poohbar ty, but if I base my API on that, then it will be more or less impossible to consume from Java, right?
d
rogeralsing: There is a library in the kotlinx.coroutines namespace for interacting with Java's CompleteableFuture. If you use that you might be able to achieve a pretty reasonable Java API.
r
Ah, thanks