
Currently only delayed messages are handled. Change this to handling all messages so that we have more control over their execution order. This requires adding a new wrapper type for the Message to support the obtainMessage + sendToTarget use case. PiperOrigin-RevId: 353876557