graph-examples icon indicating copy to clipboard operation
graph-examples copied to clipboard

Add an example of effectively using async graph statements.

Open jeromatron opened this issue 8 years ago • 0 comments

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.

jeromatron avatar Mar 10 '17 23:03 jeromatron