Guest User

Untitled

a guest
Nov 16th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. items = findAllReleveantFiles();
  2. handle = threadPool.map(processingFunctionPtr, items);
  3. result = handle.join();
Add Comment
Please, Sign In to add comment