Code review comment for lp:~epics-core/epics-base/thread-pool

Revision history for this message
mdavidsaver (mdavidsaver) wrote :

I've changed the implementation to use only mutex and abandoned plans to use spin locks.

Also, the API to report the number of cores is made private and will be replaced with Ralph's API after this is merged.

The error codes returned are changed to the usual form.

review: Approve

« Back to merge proposal