mobxjs / mobx.dart

MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
https://mobx.netlify.app
MIT License
2.39k stars 310 forks source link

feat: add scheduler option to autorun and reaction #977

Open amondnet opened 8 months ago

amondnet commented 8 months ago

https://mobx.js.org/reactions.html#scheduler-autorun-reaction

Set a custom scheduler to determine how re-running the autorun function should be scheduled. It takes a function that should be invoked at some point in the future

FaisalMnib commented 8 months ago

There should be some description