MCPcopy Create free account
hub / github.com/bea4dev/ShojiWM / spawn

Method spawn

packages/shoji_wm/src/types.ts:1124–1124  ·  view source on GitHub ↗

* Launch a process and forget it. The compositor does not track or restart it. * プロセスを起動して追跡しません。コンポジターは再起動も監視もしません。

(spec: ProcessSpawnSpec)

Source from the content-addressed store, hash-verified

1122 get(outputName: string): OutputInfo | undefined;
1123 /** Returns the first output matching `predicate`. / `predicate` に一致する最初の出力を返します。 */
1124 find(predicate: (output: OutputInfo) => boolean): OutputInfo | undefined;
1125 /** All DRM modes reported by the driver for `outputName`. / ドライバーが報告する全 DRM モード。 */
1126 availableModes(outputName: string): OutputMode[];
1127 /**

Callers 15

index.tsxFile · 0.80
toggleStartMenuFunction · 0.80
test_listenfd_supportFunction · 0.80
spawn_satellite_processFunction · 0.80
spawn_waiter_threadFunction · 0.80
spawn_runtime_processFunction · 0.80
run_tty_udevFunction · 0.80
spawn_async_asset_workerFunction · 0.80
spawn_stdio_runtimeMethod · 0.80
spawn_uds_runtimeMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_listenfd_supportFunction · 0.64