Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

Commit ca17d95

Browse files
committed
Merge branch 'preprod' into production
2 parents 1a06f72 + b0894af commit ca17d95

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,10 @@ New features:
153153
- 📁 **New Folder Structure**
154154
- synchronization/
155155
- ├── primitives/
156-
- ├── orchestrators/
156+
- ├── coordinators/
157157
- ├── dispatchers/
158158
- ├── execution/
159-
- └── controller/
160-
159+
- └── controllers/
161160

162161
Each category maps directly to purpose:
163162
- `primitives`: Low-level synchronization building blocks

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ ThreadFactory goes beyond collections, offering finely engineered synchronizatio
174174

175175
### 🚉 Execution Gates – `thread_factory.synchronization.execution`
176176

177-
* 🔀 `TransitGate`: Allows up to `N` threads to **execute a pre-bound callable pipeline**, capturing results via `Outcome`. It collapses once the execution cap is reached, making it ideal for controlled bootstraps or one-time initializers.
177+
* 🔀 `BypassConductor`: Allows up to `N` threads to **execute a pre-bound callable pipeline**, capturing results via `Outcome`. It collapses once the execution cap is reached, making it ideal for controlled bootstraps or one-time initializers.
178178

179179
### 🎛 Dispatchers – `thread_factory.synchronization.dispatchers`
180180

0 commit comments

Comments
 (0)