goodboy

Results 746 comments of goodboy

@dxflores I do think in example in the readme is good. [`trio` doesn't do it](https://github.com/python-trio/trio) but we're also not as established ;) I wonder if maybe a more all-encompassing yet...

@dxflores oh and there technically *is* a link to the docs in the readme via the badge but I guess you want a more explicit link / header section?

@dxflores feel free to PR both in if you want :)

Hmm, I'm thinking I'm going to put an example from a trading indicator I use. An example of a streaming trend detector on financial series seems to fit this. We...

Got an idea for this now using some new soft-realtime shared memory stuff from `piker` which we'll likely breakout into a new `tractor` dependent. I'd like to demonstrate the [streaming...

Oh I guess this relates to #136. Maybe we can merge these?

For whoever ends up getting back to this, [we do have 3-depth nursery tests](https://github.com/goodboy/tractor/blob/master/tests/test_cancellation.py#L304) now with the `trio` spawner. It'd be nice to just fill out the parametrized set with...

It might mean de-duplicating by just removing some tests that are duplicating the new example script set?

> I agree that this example test would not hang. @GalaxySnail i presume `s/would/should` ? The test definitely hangs :joy: