Skip to content

Commit

Permalink
Make task_manager pub (#698)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniël Heres <daniel.heres@coralogix.com>
  • Loading branch information
Dandandan and Daniël Heres authored Mar 2, 2023
1 parent 565088f commit fe6e2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballista/scheduler/src/state/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub mod execution_graph_dot;
pub mod executor_manager;
pub mod session_manager;
pub mod session_registry;
pub(crate) mod task_manager;
pub mod task_manager;

pub fn decode_protobuf<T: Message + Default>(bytes: &[u8]) -> Result<T> {
T::decode(bytes).map_err(|e| {
Expand Down

0 comments on commit fe6e2f5

Please sign in to comment.