compose-multiplatform
compose-multiplatform copied to clipboard
eng: update a comment, unit test for better clarity about why the start = Lazy
// LAZY - to release the mutex as quickly as possible and defer the work
The only change is in the comment // LAZY - to release the mutex as quickly as possible and defer the work for better clarity about why the start = CoroutineStart.LAZY is used.
Hi @terrakok @pjBooms @igordmn please help to review this ✌️ thanks