pysipp
pysipp copied to clipboard
Async support via `trio`
trio recently added native subprocess support which could make for some really fancy stuff for spawing sipp processes and await-ing them before spawning it again. Though a bit hacky could make way for composing multiple simpler scenarios in native async python code.
Thoughts on this @vodik @wdoekes?
I'm all in favor of using the new python async stuff. If trio makes things easier: sure, it looks like a nice lib.
trio will make things wayyy more sensible to reason about. I'm tempted to start a py3.6+ release that uses it alone and strip out subprocess.
I'll wait and see what others think.