Skip to content

v2.04

Latest
Compare
Choose a tag to compare
@carlgsmith carlgsmith released this 05 Apr 01:42
Add mutex for delayed work list

The delayed_work list can be accessed by multiple threads which
can result in memory corruption.

Prevent this by protecting the access with a mutex.