Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
d784877f
Unverified
Commit
d784877f
authored
May 29, 2025
by
Ryan Olson
Committed by
GitHub
May 29, 2025
Browse files
feat: add critical task execution handle (#1268)
parent
7677f74f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
587 additions
and
0 deletions
+587
-0
lib/runtime/src/utils.rs
lib/runtime/src/utils.rs
+1
-0
lib/runtime/src/utils/task.rs
lib/runtime/src/utils/task.rs
+586
-0
No files found.
lib/runtime/src/utils.rs
View file @
d784877f
...
@@ -17,3 +17,4 @@ pub use tokio::time::{Duration, Instant};
...
@@ -17,3 +17,4 @@ pub use tokio::time::{Duration, Instant};
pub
mod
pool
;
pub
mod
pool
;
pub
mod
stream
;
pub
mod
stream
;
pub
mod
task
;
lib/runtime/src/utils/task.rs
0 → 100644
View file @
d784877f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment