Will mbed OS implement CMSIS-RTOS?

Hi all,

I’m curious as to whether or not mbed OS will implement the CMSIS-RTOS interface? It would seem hard to do since CMSIS-RTOS seems to anticipate a preemptive scheduler and mbed OS is not preemptive and has an async interface.