square / cycler

Apache License 2.0
791 stars 27 forks source link

Recycler.Config receives CoroutineContext instead of just Dispatcher #63

Closed helios175 closed 1 year ago

helios175 commented 1 year ago

Is it still the case that we can't use Dispatchers.Main.Immediate as the default for Main?

IIRC some behavior of ours depended on that. However our usage is through the RecyclerFactory which can set up its own thing. This is only default values in case nothing sets that up (client code can configure it as well). Worth giving a look independently from this change.