Michael Bolin
5a0ad5ab8f
chore: refactor exec.rs: create separate seatbelt.rs and spawn.rs files ( #1762 )
...
At 550 lines, `exec.rs` was a bit large. In particular, I found it hard
to locate the Seatbelt-related code quickly without a file with
`seatbelt` in the name, so this refactors things so:
- `spawn_command_under_seatbelt()` and dependent code moves to a new
`seatbelt.rs` file
- `spawn_child_async()` and dependent code moves to a new `spawn.rs`
file
2025-07-31 13:11:47 -07:00
..
2025-07-31 11:13:57 -07:00
2025-07-24 14:13:30 -07:00
2025-07-30 13:56:24 -07:00
2025-07-30 13:56:24 -07:00
2025-07-30 13:56:24 -07:00
2025-07-31 17:48:49 +00:00
2025-07-31 11:13:57 -07:00
2025-07-11 13:30:11 -04:00
2025-07-29 20:14:41 -07:00
2025-07-30 19:40:15 +00:00
2025-07-23 10:37:45 -07:00
2025-05-23 11:37:07 -07:00
2025-05-22 09:51:19 -07:00
2025-07-31 13:11:47 -07:00
2025-07-18 19:12:39 +00:00
2025-07-31 09:17:59 -07:00
2025-07-24 14:13:30 -07:00
2025-07-31 13:11:47 -07:00
2025-07-28 08:52:18 -07:00
2025-07-30 10:05:40 -07:00
2025-05-20 11:55:25 -07:00
2025-07-30 19:40:15 +00:00
2025-07-23 10:37:45 -07:00
2025-06-25 23:31:11 -07:00
2025-07-29 14:22:02 -04:00
2025-07-29 14:22:02 -04:00
2025-07-22 09:42:22 -07:00
2025-07-30 10:05:40 -07:00
2025-07-25 10:43:36 -07:00
2025-07-31 11:13:57 -07:00
2025-07-31 13:11:47 -07:00
2025-07-29 16:49:02 -07:00
2025-07-31 13:11:47 -07:00
2025-05-08 16:02:56 -07:00
2025-05-04 11:39:10 -07:00