copper-project/copper-rs

feature: User friendly way to notify a lifecycle violation in the runtime

Aberta

#1.091 aberto em 10 de mai. de 2026

 (5 comentários) (0 reação) (0 responsável)Rust (97 forks)auto 404
enhancementerror_handlinggood first issuehelp wanted

Métricas do repositório

Stars
 (1.428 estrelas)
Métricas de merge de PR
 (Mesclagem média 19h 50m) (38 fundiu PRs em 30d)

Description

Problem statement

Today we have several levels of APIs for the runtime that allows a full control from the user of the framework over the lifecycle of it.

The issue is that the user can put the stack in a bad state without noticing: for example calling start_all_tasks twice or mixing it with application.run

Proposed solution

Add a small enum based state machine to track the validity of those lifecycle changes and emit an error accordingly.

Alternatives considered (optional)

Make that debug only but this should be so small it might not worth it

Impact / scope (optional)

  • Affected crates, platforms, or features:

Additional context (optional)

Guia do colaborador