You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why: Engine users need transport-specific examples that expose real output
and boundaries without treating mock results as server evidence.
what:
- Add one executable first-success example per concrete engine
- Map every engine to a focused live or offline tutorial
- Test tutorial ownership and transport boundaries
| {class}`~libtmux.experimental.engines.subprocess.SubprocessEngine` ([reference](engines/subprocess.md)) | One tmux CLI process per request | Straightforward synchronous live-server work |
14
-
| {class}`~libtmux.experimental.engines.asyncio.AsyncSubprocessEngine` ([reference](engines/async-subprocess.md)) | One asyncio subprocess per request | Async applications that do not need a persistent connection |
| {class}`~libtmux.experimental.engines.subprocess.SubprocessEngine` ([reference](engines/subprocess.md)) | One tmux CLI process per request | Straightforward synchronous live-server work | {doc}`tutorials/live-operation`|
14
+
| {class}`~libtmux.experimental.engines.asyncio.AsyncSubprocessEngine` ([reference](engines/async-subprocess.md)) | One asyncio subprocess per request | Async applications that do not need a persistent connection | {doc}`tutorials/async-subprocess`|
0 commit comments