Skip to content

Commit fb6b18d

Browse files
committed
feat: support custom Tokio worker thread names
Auto-discover worker threads when the default tokio-runtime-w prefix finds nothing by scanning /proc for the largest thread group matching {name}-{N} patterns. Add --workers flag as explicit override. On failure, log all thread names with a suggested prefix. Add THREAD_NAME env var to demo-server for testing custom names.
1 parent 6f9c422 commit fb6b18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hud/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hud"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
edition = "2021"
55
license = "MIT"
66

0 commit comments

Comments
 (0)