goodboy

Results 452 issues of goodboy

Since we're going to eventually need this to replace the whole `Arbiter` thing, we might as well offer a solid example as well. I was thinking the tools to use...

docs
api
examples

So in other words something like `ActorNursery.stream_from_actor()` which can be used to explicitly call a streaming function (with checks for types built-in) which would avoid the future-y feeling way you'd...

enhancement
discussion
api

I've rambled on wayyy too long in #287 but thanks to attempts to resolve that issue *I think* this is the way I'd like to go on a so called...

help wanted
testing
api
supervision
cancellation
spawning

Hopefully fixes #287. This small change ensures that any actor spawn task that receives an error from its remote target will raise that error locally thus triggering a surrounding nursery...

bug
supervision

This is a fix for an (old and) undocumented feature that enabled async generator based "pub-sub" streaming such that during stream connection startup an initial "message" is sent to each...

question
api
messaging
streaming

This issue is a more practical and immediate equivalent of the discussion in #184. From the start of the project a hacky naive approach to finding the addresses of other...

Our docs are terrible and outdated.. ya we know :joy: Yes you can find that terrible version (at time of writing) here: - https://tractor.readthedocs.io/en/latest/ --- #### sphinx themes I'm thinking...

help wanted
docs
discussion

In order to support daemon-rooted-tree spawns of UIs in `piker` we need to be able to spawn child-actors much like we do with the new `infect_asyncio` mode but with `Qt`....

enhancement
help wanted
experiment
api

With the completion of #121 we now have a way to wrangle `asyncio` code from SC-actor-land. One of the obvious ugly parts of the current api is the delivery of...

help wanted
discussion
experiment
api

After https://github.com/python-trio/trio-typing/issues/50 was fixed but now we have more errors from latest `mypy` 😂 Lurkerz help!