0.5.0 BlueprintAPIの適用

This commit is contained in:
2025-10-25 13:08:01 +09:00
parent cab8cd7f32
commit cc6bbe2a43
20 changed files with 519 additions and 1334 deletions
+4
View File
@@ -886,6 +886,10 @@ impl HookManager {
self.hooks.extend(hooks);
}
pub fn into_hooks(self) -> Vec<Box<dyn WorkerHook>> {
self.hooks
}
/// 指定されたイベントタイプに対応するフックを実行する
pub async fn execute_hooks(
&self,