Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exit application method can be replaced by 'ui_app_exit' #3

Commits on Nov 27, 2020

  1. Exit application method can be replaced by 'ui_app_exit'

    The function 'exit(EXIT_SUCCESS)' terminaters the calling process
    immediately. The better way to exit process is on the main thread,
    app can save current status before exit app. if call 'ui_app_exit'
    will call terminate callback on main thread, app can save current
    status on terminate callback before exit app.
    xiaowei-guan committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    c1659bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    995c110 View commit details
    Browse the repository at this point in the history