Are Dgraph’s Java client (at least the DgraphAsynClient) thread safe?
Hey @baosiek,
If you’re referring to CompletableFuture<T>
as implemented in AsyncTransaction
, then yes. See: java.util.concurrent (Java Platform SE 8 )
1 Like
Thank you @matthewmcneely.