Commit 1b759d30 authored by Mccaskey, Alex's avatar Mccaskey, Alex
Browse files

updating README example code

parent f4fe3e2d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -77,6 +77,9 @@ int main(int argc, char **argv) {
                                   std::vector<double>{0.0});

  // Go do other work, task is running asynchronously

  // Now request the results, this will wait
  // until the task finishes.
  auto results = qcor::sync(handle);

  // Get the results...