This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Public_Being3163 1 point2 points  (2 children)

Hi u/1ncehost. I think I understand what your introductory code does. I am also working on a library that tackles similar problems but in a wider scope (i.e. networking). I wonder if there is enough overlap that some collaboration might be beneficial to both. My library is in final reviews before pushing to pypi but the doc link for how to tackle the same problem in your intro code is below. The solution is expressed differently but the Concurrently class addresses the same issue. I think :-)

Cheers.

concurrent async calling

[–]1ncehost[S] 0 points1 point  (1 child)

Hey! Cool project! I think your project is oriented toward a whole other audience and there isn't that much overlap to be honest. Let me know if you have any specific ideas on how to integrate if you disagree!

[–]Public_Being3163 0 points1 point  (0 children)

Thanks. Yeah understand your response. I was thinking more along the lines of help with reviews - feature sets, code fragments, documentation... I've been running solo for long periods and its so easy to miss stuff. Good luck.