Changes between Initial Version and Version 1 of Ticket #1331
- Timestamp:
- Jul 21, 2011 12:59:48 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1331
- Property Summary changed from Framework to post job or execution to main thread to Design: Framework to post job or execution to main thread
-
Ticket #1331 – Description
initial v1 1 1 SDL requires its execution to be executed on main thread, or in the same thread that the window was created, depending on platform. This ticket creates a framework to perform this task. 2 3 Note: this may need to change #1278 (System specific initialization during application startup).