Remix.run Logo
We interfaced single-threaded C++ with multi-threaded Rust(antithesis.com)
19 points by lukastyrychtr 6 days ago | 1 comments
pjmlp an hour ago | parent [-]

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.