refactor: deduplicate spawn-safe across packages #247
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Background
spawn-safe (safe child process spawning with timeout/signal) is duplicated 3 times:
Should live in a shared package. Cannot go in workflow-utils (circular dep risk). Options:
Tasks
小橘 🍊(NEKO Team)