tractor
tractor copied to clipboard
A distributed, structured concurrent runtime for Python (and friends)
Been doing this manually for a while but we need an `autouse` fixture which just always checks this and fails the suite on a leak. Though this is likely not...
I was just trying to psuedo complete #36 for a collaborator and realized we don't have a way to cancel a task arbitrarily started from the calling actor. This should...
I've been meaning to try it and just found a nice little blog post on doing it with `sphinx`: https://www.docslikecode.com/articles/github-pages-python-sphinx/ Anyone have any opposition to this? I've got no quiffs...
Goal: To integrate a UDP based transport protocol in order to improve resiliency and latency for multi-host IPC use cases. --- #### NOTE LOTS OF EDITS by @goodboy (mostly summarized...
We now have *fastest-consumer* (aka `tokio` style) from #229 but there seems to be demand from others as mentioned in python-trio/trio#987 for a non-lossy variant which performs strict backpressure on...
We probably need to announce the project somewhere hip once `.beta0` is out. There's some active SO questions we should probably answer - https://stackoverflow.com/questions/51171145/spawn-processes-and-communicate-between-processes-in-a-trio-based-python-applica/51176776#51176776 - https://stackoverflow.com/questions/68504412/how-can-i-execute-a-function-on-a-cpu-core-and-get-a-callback-when-it-has-compl I was also thinking...
Clearly, we need some fancier and more immediately practical examples in our readme (says every person who's glanced ever), so I figured I'd start list of what I think would...
I want to start design discussion on how to approach [erlang-like supervisors](https://learnyousomeerlang.com/supervisors) including restart strategies and how this will interplay with a [service discovery](https://en.wikipedia.org/wiki/Service_discovery) system and possibly [real-time code replacement](http://erlang.org/doc/design_principles/release_handling.html#11)....
I'm not sold on GPLv3 (it was a hip shot to get things going with what little I knew). I want to open discussion on this. One thing I do...
This is a draft issue that I hope gets filled out more and more by lurkers over time. The road map has the following: - custom cross-host supervisors - mult-host...