jiridanek commented on pull request #880:
URL: https://github.com/apache/qpid-dispatch/pull/880#issuecomment-843984058


   That Python test I added last time (the one using asyncio websocket lib) can 
actually be added upstream now, since Python 3.6 supports async. I looked a bit 
into simplifying multithreaded programming in C++, but there does not seem to 
be much. There are the regular primitives in C++11 std lib 
(https://freecontent.manning.com/synchronizing-concurrent-operations-in-c/), 
everything else has to be built on top; there are some async/await features 
coming in C++20 or maybe in the version after that.
   
   As an off-topic, there is a person building immutable tree-based lists and 
other datastructures for C++, this is quite interesting, but it would be hard 
to use from C https://github.com/arximboldi/immer


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to