Closed AlexVanGogen closed 1 month ago
Actually, making async stack traces based on a property may go a long way. For example, one might want to know who changed the value of the field to the current when they stopped at a getter. It's very similar to what we do with flows now. Another notable example is Compose for Desktop's composables. Though it might be next to impossible to implement (it's not straightforward even with StateFlowImpl
), but I think still worth a shot.