Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Matt VanderKolk 62309db381
Adding framework support for Xcode project (#375)
* Adding umbrella async.h to support redirection
2019-02-15 18:31:24 -08:00
Brian Pepin 3f5e78c76c
Update Async and AsyncQueue to new design guidelines (#344)
This change incorporates api breaking changes from Windows done as a result of design feedback. 
Specifically:

Design Changes

* AsyncQueue.h -> XTaskQueue.h
* New task queue termination APIs
* New task queue wait apis
* Lots of small changes based on design feedback
* Better perf - task queue is now lock free when submitting new items

File Renames

* Async.h -> XAsync.h, AsyncProvider.h -> XAsyncProvider.h.

Guideline Updates

* No more foo_handle_t. Replaced by XFooHandle.
* All APIs prefixed with X and a common category, like XAsync or XTaskQueue
2018-12-12 16:11:17 -08:00