Richard Barry
|
e60f71855a
|
Remove IotTaskPool_CreateRecyclableSystemJob() and IotTaskPool_ScheduleSystemJob() again, which were intended to be alternative APIs that only access the system task pool, and instead update IotTaskPool_CreateRecyclableJob() and IotTaskPool_ScheduleJob() to allow the parameter used to pass in the task pool handle to be NULL if the system task pool is the only one available.
Update the task pool demo app to include a lot more functionality.
|
2019-07-08 15:48:21 +00:00 |
|
Richard Barry
|
76cc2a00c6
|
Add the first and most basic task pool example.
|
2019-06-28 23:20:52 +00:00 |
|
Richard Barry
|
87eb37342f
|
Create a project that builds a subset of the dependencies of the IoT SDK that have been brought into SVN thus far. The application does nothing other than build at this time.
|
2019-06-19 18:42:58 +00:00 |
|