Commit Graph

5 Commits (e5f765f29c34abc73f1a94dede8a363e5f450277)

Author SHA1 Message Date
Gud Boi e5f765f29c Mv `._clustering` -> `.experimental._cluster`
Move clustering API to experimental subpkg since it's not
yet stabilized for public use.

Deats,
- rename mod as `._clustering.py` -> ._cluster.py`.
- drop `open_actor_cluster` from `tractor.__init__`
- add `open_actor_cluster` to `tractor.experimental.__init__`
- update imports in rest of repo.
- fix typo in `tractor.__init__` doc-string: "structurred"
  -> "structured"
- use multiline import style for `._pubsub` in experimental
  `__init__`

(this commit msg was generated in some part by [`claude-code`][claude-code-gh])
[claude-code-gh]: https://github.com/anthropics/claude-code
2026-02-11 14:26:59 -05:00
Tyler Goodlet a3c9822602 Remove lingering seg=False-flags from examples 2025-08-18 12:03:10 -04:00
Tyler Goodlet 3ad558230a Fix docs tests with yet another loosie-goosie
So the KBI propagates up to the actor nursery scope and also avoid
running any `examples/multihost/` subdir scripts.
2025-03-27 13:38:47 -04:00
Tyler Goodlet 546e1b2fa3 Drop unecessary partial 2021-11-04 10:41:25 -04:00
Tyler Goodlet 4cbb8641de Add an `open_actor_cluster()` usage example 2021-11-02 15:37:36 -04:00