oslo.service/oslo_service
Thomas Herve e371821a01 Fix race condition with fast threads
When a green thread dies quickly, it will call the linked callbacks on
the link call synchronously. In this case, an error will happen when
ThreadGroup is used, as the thread is not accounted for until the link
is done. This manages this race condition by reverting the operations to
link after.

Change-Id: Iccf6edb0dfddda54552bd8787f64da84486061b7
Closes-Bug: #1662939
2017-02-08 17:26:28 +01:00
..
2016-01-29 11:43:28 +01:00
2016-08-05 15:15:28 +01:00
2016-01-06 15:01:09 +00:00