Y
Hacker News
new
|
ask
|
show
|
jobs
by
throwway2332
1334 days ago
// 3 requests in flight result1 = async_task1(); result2 = async_task2(); result3 = async_task3();
Depends on implementation, some are eager, some are lazy.