Hello, Is it safe for a Scheduler implementation to spawn a new thread and periodically call "SchedulerDriver.sendFrameworkMessage(..)"?
I know that MesosSchedulerDriver JavaDoc does says that it is thread safe, but does it mean that it is safe to do what I've mentioned above? Thanks, Ashwin.

