libHttpClient/Tests
Brian Pepin d20427fa10
Fix a subtle race shutting down a task queue with deferred calls (#464)
If a task queue is executing a deferred callback and is asked to terminate, it's possible the the deferred call runs while the queue task port is destructing. This can cause a crash.  

This also changes cleanup so if you don't have a payload to return your cleanup op is called at the end of work processing.  this can help with shutdown.
2019-09-16 15:00:57 -07:00
..
UnitTests Fix a subtle race shutting down a task queue with deferred calls (#464) 2019-09-16 15:00:57 -07:00
.gitignore Updating readme, and adding test webapp (#9) 2017-06-19 14:17:31 -07:00