Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Viewing all articles
Browse latest Browse all 4845

New Post: Why not using stock PPL

$
0
0
how to 'schedule' the created task? I would like to achieve something illustrated below
auto process_line = [](...){};

for(;;) {
  line = read_line();
  std::async( process_line);
  // how to spawn it?
  // auto t = create_task()
}
sorry I have not tried create_task() after your response, though I do know it exists.

Viewing all articles
Browse latest Browse all 4845

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>