Use atomics for factory::processed or started

Description

At the moment updates to processed and started (and probably others) are using critical sections to protect some counters.  Atomic variables would be much more efficient (or possibly updating all the variables in one go depending on the details).

Conclusion

None

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Compatibility

Minor

Fix versions

Pull Request URL

Created September 11, 2017 at 11:12 AM
Updated October 18, 2017 at 10:00 AM
Resolved October 18, 2017 at 10:00 AM