We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea92317 commit b6006adCopy full SHA for b6006ad
examples/spin-timer/src/main.rs
@@ -129,7 +129,7 @@ impl TriggerExecutor for TimerTrigger {
129
}
130
131
impl TimerTrigger {
132
- async fn handle_timer_event(&self, component_id: &str) -> anyhow::Result<()> {
+ async fn handle_timer_event(&self, component_id: &str) -> anyhow::Result<bool> {
133
// Load the guest...
134
let (instance, mut store) = self.engine.prepare_instance(component_id).await?;
135
let EitherInstance::Component(instance) = instance else {
0 commit comments