I see it seems that both C++20 coroutine and Swift are introducing to the FDB codebase for replacing the old flow actor language, so which one will be the main choice?
Both are experimental as this stage. C++ coroutine has much less friction for development, but there are performance difference between coroutine and flow actors. We are still exploring.
2 Likes