donotturnoff / aerend

My third year project
0 stars 0 forks source link

Improve thread termination #116

Open donotturnoff opened 2 years ago

donotturnoff commented 2 years ago

Currently, all threads have some operation on which they block. Hence, they are terminated by injecting a fake event/update/whatever to trigger the release of that operation. This works fine (in most cases, see #113) but might be achievable in a simpler manner.