TimeWarpEngineering / timewarp-state

A Blazor State management library by TimeWarp.
The Unlicense
562 stars 56 forks source link

Feature: Notification after load from storage #469

Closed thakhisis closed 3 months ago

thakhisis commented 3 months ago

Right now persistence is using the StateInitializedNotification to start a load from storage job LoadActionSet+Action. I have a use for another notification for when the LoadActionSet+Action is done doing its job (either successfully returning a stored state, or failling), so that specific action can be taken in terms of further initializatoin.

Hope this makes sense.