We interfaced single-threaded C++ with multi-threaded Rust

antithesis.com

20 points by lukastyrychtr 6 days ago


pjmlp - an hour ago

It would be more interesting if it was on how to combine C++20 co-routines with Rust async-await models.

Combining single-threaded C++ with multi-threaded languages has been a thing for quite some time.