We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d918a commit 745077fCopy full SHA for 745077f
kernel/src/distributed/sequential_phase.rs
@@ -76,6 +76,8 @@ pub(crate) struct SequentialPhase<P: LogReplayProcessor> {
76
checkpoint_parts: Vec<FileMeta>,
77
}
78
79
+unsafe impl<P: LogReplayProcessor> Send for SequentialPhase<P> {}
80
+
81
/// Result of sequential log replay processing.
82
#[allow(unused)]
83
pub(crate) enum AfterSequential<P: LogReplayProcessor> {
0 commit comments