badoo / MVICore

MVI framework with events, time-travel, and more
https://badoo.github.io/MVICore/
Other
1.26k stars 88 forks source link

Introduced ability to override AndroidMainThreadFeatureScheduler via plugin #194

Open LachlanMcKee opened 1 year ago

LachlanMcKee commented 1 year ago

Description

Introduced mechanism to override the AndroidMainThreadFeatureScheduler via plugin. This makes it easier to test logic (similar to overriding RxJava schedulers)

Check list