An introduction to asynchronous Python
An introduction to asynchronous Python
Posted Jun 29, 2017 19:51 UTC (Thu) by epa (subscriber, #39769)In reply to: An introduction to asynchronous Python by zlynx
Parent article: An introduction to asynchronous Python
Posted Jun 29, 2017 22:49 UTC (Thu)
by excors (subscriber, #95769)
[Link]
(Apparently constructing a shared_ptr via std::make_shared is special - that does a single allocation to contain both the refcount and the object, which is usually a good idea, but in this case you'd need to implement it differently, which should be easy enough.)
An introduction to asynchronous Python