NETMF / llilum

Development Platform for MSIL and UWP apps targeting Micro Controllers. Part of the .NET Micro Framework family.
Other
159 stars 52 forks source link

Implement threading model suitable for processors with less than 32/64KB #211

Closed lt72 closed 8 years ago

lt72 commented 8 years ago

Current threading model favors responsiveness over memory usage by using multiple threads to dispatch timers. We need to consolidate timers either by using the thread pool or using a fixed number of threads dedicated threads.

lt72 commented 8 years ago

Fixed with 6c5fe2455d3d49e74a88776183e9256253ebed1a