Fork Join Rosetta Stone
Jump to navigation
Jump to search
ForkJoin | X10 video | X10 code | Thread | ExecutorService | cilk |
---|---|---|---|---|---|
fork | future | x10.fork | executor.submit | ||
void_fork | async | x10.void_fork | thread | executor.submit | cilk_spawn |
join | thread.join | future.get | cilk_sync | ||
finish | x10.finish |