Y
Hacker News
new
|
ask
|
show
|
jobs
by
xf00ba7
3413 days ago
seems like OP wants something without explicit threads/locks if they mentioned Kokkos/OpenMP type constructs...just a hunch.
1 comments
bwackwat
3413 days ago
Right. I think it is quite practical to wrap std::thread into "tasks" using std::mutex and/or std::atomic<T>.
If anyone has a multi-threaded conundrum, I'd be glad to discuss it.
link
If anyone has a multi-threaded conundrum, I'd be glad to discuss it.