I think we can mark all system IO fuction (fle, socket) (or if it rise IOException) and mark its for “must have suspend in kotlin”
That would be conceptually false, most IO methods are blocking, and marking them as suspending is simply not correct.
I think we can mark all system IO fuction (fle, socket) (or if it rise IOException) and mark its for “must have suspend in kotlin”
That would be conceptually false, most IO methods are blocking, and marking them as suspending is simply not correct.