- For cobalt which support preload
- we send preload cmd to make cobalt preload
- and make it backgm after the preload is finished. But how to know the preload task has been finished ?
Once I add my code at https://cobalt.googlesource.com/cobalt/+/release_11/src/cobalt/base/wrap_main_starboard.h#55
I know this is not a good choice, So how can I get the information the preload task has been finished at the starboard layer.
The cobalt version is release 11.153
Thank you.