Join Slack
Communities
Powered by
They're adding coroutines to C++ :open_mouth: <htt...
# random
k
kenkyee
02/24/2019, 7:27 PM
They're adding coroutines to C++ 😮
https://www.phoronix.com/scan.php?page=news_item&px=Coroutines-Modules-CPP20
👍 1
g
Gerard Klijs
02/24/2019, 8:49 PM
Not so surprising, good ideas get transferred all the time. Apparently there is also support in Rust
https://docs.rs/corona/0.4.1/corona/
k
kenkyee
02/24/2019, 10:43 PM
I didn't know c++ had any threading support besides low level OS level support...
g
gildor
02/24/2019, 11:31 PM
C++11 has own multithreading API, not only OS threads Also coroutines are not about threading and can be used even in single-threaded language
k
kenkyee
02/25/2019, 11:11 AM
Haven't used c++ in years... Before c++11🙂
2
Views
Open in Slack
Previous
Next