cppcoro icon indicating copy to clipboard operation
cppcoro copied to clipboard

Question: worth migrating from cpprestsdk to cppcoro ?

Open mediabuff opened this issue 4 years ago • 2 comments

cppcoro seems to be getting closer to capabilities cpprestsdk.

  1. is worth the the effort
  2. what pieces are not yet available ? Any pitfalls ?

Of course, I notice http stack and json parsing is not available.

Can you please help document the differences in the task/async/co_routine models between this library and cpprestsdk

mediabuff avatar Jan 18 '20 16:01 mediabuff

c++20 coroutine implementations are still far from stable. Lots of weird bugs, ICEs. And cppcoro is simply unusable with msvc now. So I won't consider using them right now.

feverzsj avatar Jan 22 '20 14:01 feverzsj

thanks. Could you please shed more light on your observations ?

mediabuff avatar Jan 22 '20 16:01 mediabuff