Skip to content

Commit 694d673

Browse files
Copilotmax-lt
andcommitted
Fix Shared Pool threading model: Single-thread -> Multi-thread
Co-authored-by: max-lt <9805205+max-lt@users.noreply.github.com>
1 parent 78b653a commit 694d673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ platform.rs ← V8 Platform (singleton, once per process)
3333
| Mode | API | Performance | Use Case |
3434
| ----------------- | ------------------ | -------------- | -------------------- |
3535
| **Legacy** | `Worker::new()` | Slow (~ms/req) | Max isolation, tests |
36-
| **Shared Pool** | `execute_pooled()` | Fast (~µs/req) | Single-thread |
36+
| **Shared Pool** | `execute_pooled()` | Fast (~µs/req) | Multi-thread |
3737
| **Thread-Pinned** | `execute_pinned()` | Fastest | **Production** |
3838

3939
See [execution_modes.md](./execution_modes.md) for details.

0 commit comments

Comments
 (0)