• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

immortal / fork
86%

Build:
DEFAULT BRANCH: main
Repo Added 01 Feb 2024 03:10PM UTC
Token DlSs6WdOvIokI1Tgd3cx0vvjOCKsNvrdL regen
Build 55 Last
Files 1
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • 0.1.23
  • 0.2.0
  • 0.3.0
  • 0.3.1
  • 0.4.0
  • 0.5.0
  • 0.6.0
  • 0.7.0
  • 0.8.0
  • develop

13 Jun 2026 12:54PM UTC coverage: 86.446% (+1.0%) from 85.484%
27467380551

push

github

nbari
0.8.0: add wait_any/wait_any_nohang and supervisor/daemon docs

- Add wait_any() and wait_any_nohang() returning (pid, status) as non-breaking
  wrappers around waitpid(-1, ...); waitpid()/waitpid_nohang() signatures
  unchanged. Internally share waitpid_reaped* helpers (EINTR-retry preserved).
- Document that wait_any* reap ANY child (incl. std::process::Command ones,
  which then makes Child::wait() fail with ECHILD).
- daemon(): document the relative-path/hidden-diagnostics pitfall and the
  hardening steps it does NOT perform (umask, fds>2, signal reset).
- Fork: clarify that Parent(pid) keys are PID keys only; use a durable id for
  long-lived supervisor state. Supervisor examples updated to that pattern and
  to wait_any_nohang.
- Add examples/checked_daemon_pattern.rs: readiness-pipe startup so the launcher
  can observe setup success/failure.
- Add wait_any tests; update README, CHANGELOG, tests README; bump to 0.8.0.

33 of 34 new or added lines in 1 file covered. (97.06%)

287 of 332 relevant lines covered (86.45%)

86.02 hits per line

Relevant lines Covered
Build:
Build:
332 RELEVANT LINES 287 COVERED LINES
86.02 HITS PER LINE
Source Files on main
  • Tree
  • List 1
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
27467380551 main 0.8.0: add wait_any/wait_any_nohang and supervisor/daemon docs - Add wait_any() and wait_any_nohang() returning (pid, status) as non-breaking wrappers around waitpid(-1, ...); waitpid()/waitpid_nohang() signatures unchanged. Internally share ... push 13 Jun 2026 12:57PM UTC nbari github
86.45
22873001327 main 0.7.0 push 09 Mar 2026 08:21PM UTC nbari github
85.48
19986097104 main bump version to 0.6.0 push 06 Dec 2025 08:47AM UTC nbari github
85.3
19972871344 main clippy fix push 05 Dec 2025 06:52PM UTC nbari github
86.58
19028668270 main 0.4.0: Improve error handling and fix fd reuse bug Breaking Changes: - All functions now return io::Result instead of Result<T, i32> - daemon() now redirects stdio to /dev/null instead of closing Security Fix: - Fixed Issue #2: Fi... push 03 Nov 2025 08:45AM UTC nbari github
52.87
18817390668 main 0.3.1 push 26 Oct 2025 11:38AM UTC nbari github
67.94
18636084170 main cleanup push 19 Oct 2025 09:07PM UTC nbari github
66.13
18635616282 main fix: remove sleep from test_waitpid_with_child to prevent hanging The child was sleeping for 50ms before exiting, which could cause the test to hang indefinitely on slow CI runners or busy systems. Changed child to exit immediately, making the te... push 19 Oct 2025 08:23PM UTC nbari github
66.45
18635500964 main chore: update categories to os::unix-apis and api-bindings push 19 Oct 2025 08:13PM UTC nbari github
66.51
17528976938 main .justfile push 07 Sep 2025 01:10PM UTC nbari github
15.04
See All Builds (55)

Badge your Repo: fork

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc