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

fix(scripting-mono-v2): allow scheduling from non-main threads #2423

Merged

Commits on Mar 14, 2024

  1. fix(scripting-mono-v2): allow scheduling from non-main threads

    * Removes dependency on the Bookmark system, reverting previous changes.
    * Remains tick-less, though in a different way, it's produces the same results with less work as the Bookmark system.
    * Start using shared memory between C++ and C#, removing the need for unnecessary interop method calls and extra logic for timing.
    * Remove leftover `Debug.Writeline`
    thorium-cfx committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c7b9c21 View commit details
    Browse the repository at this point in the history