Use Win32 runtime binding for thread control
This commit is contained in:
@@ -70,6 +70,10 @@ What is already real:
|
||||
- `pp_app_core`
|
||||
|
||||
Latest slice:
|
||||
- `src/platform_windows/windows_runtime_shell.cpp` and
|
||||
`src/platform_windows/windows_lifecycle_shell.cpp` now drive thread
|
||||
start/stop through the explicit Windows runtime binding instead of routing
|
||||
that control through `App::runtime()`.
|
||||
- `src/platform_windows/windows_platform_services.cpp` no longer brokers the
|
||||
Win32 main-thread queue through `bound_app()->runtime()`; it now uses an
|
||||
explicit Windows runtime binding.
|
||||
|
||||
@@ -78,6 +78,9 @@ Completed, blocked, and superseded task history moved to
|
||||
the queue is now ordered by code movement instead.
|
||||
|
||||
Current slice:
|
||||
- `src/platform_windows/windows_runtime_shell.cpp` and
|
||||
`src/platform_windows/windows_lifecycle_shell.cpp` now use the explicit
|
||||
Windows runtime binding for thread start/stop control.
|
||||
- `src/platform_windows/windows_platform_services.cpp` no longer uses
|
||||
`bound_app()->runtime()` for main-thread task brokering.
|
||||
- `src/platform_windows/windows_runtime_state.*` now carries the active
|
||||
|
||||
Reference in New Issue
Block a user