Skip to content

Releases: iadev09/runtime-rs

0.1.4

07 Jun 01:05

Choose a tag to compare

gate: count try_enter permits once

0.1.2

23 May 21:58

Choose a tag to compare

0.1.2 - typed-lifecycle-order

  • Added type-based provider lifecycle ordering with ProviderOrder::before::<T>() and after::<T>().
  • Added shared lifecycle planning for validate, boot, reload, and reverse shutdown.
  • Added Registry::lifecycle_names() for diagnostics before boot.
  • Switched Runnable to explicit async run(self: Arc<Self>, state).
  • Updated examples and README.