graph-examples
graph-examples copied to clipboard
Add an example of effectively using async graph statements.
Usage of async statements isn't new to the graph api, but it can help to have some examples of using that both for more bite size writes and parallel reads. We'd want to have some number in flight at a time, blocking periodically with Uninterruptibles.getUninterruptibly(<future>) to make sure everything succeeds.