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
74b858fa
"lib/vscode:/vscode.git/clone" did not exist on "e66f326789c2884e1125d062102aaa97adac9901"
Unverified
Commit
74b858fa
authored
Jun 09, 2025
by
jthomson04
Committed by
GitHub
Jun 09, 2025
Browse files
feat: Utilities for distributed leader-worker barriers (#1429)
parent
ecf6d760
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
614 additions
and
0 deletions
+614
-0
lib/runtime/Cargo.toml
lib/runtime/Cargo.toml
+2
-0
lib/runtime/src/utils.rs
lib/runtime/src/utils.rs
+1
-0
lib/runtime/src/utils/leader_worker_barrier.rs
lib/runtime/src/utils/leader_worker_barrier.rs
+611
-0
No files found.
lib/runtime/Cargo.toml
View file @
74b858fa
...
...
@@ -27,6 +27,8 @@ description = "Dynamo Runtime Library"
[features]
default
=
[]
integration
=
[]
# Tests that require an active ETCD server
testing-etcd
=
[]
[dependencies]
# Use workspace dependencies where available
...
...
lib/runtime/src/utils.rs
View file @
74b858fa
...
...
@@ -15,6 +15,7 @@
pub
use
tokio
::
time
::{
Duration
,
Instant
};
pub
mod
leader_worker_barrier
;
pub
mod
pool
;
pub
mod
stream
;
pub
mod
task
;
lib/runtime/src/utils/leader_worker_barrier.rs
0 → 100644
View file @
74b858fa
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