mer-hybris / libgbinder

GLib-style interface to binder
BSD 3-Clause "New" or "Revised" License
51 stars 40 forks source link

Refactor binder simulation used by unit tests #110

Closed monich closed 1 year ago

monich commented 1 year ago

The original one was a collection of horrible hacks accumulated over time. In addition to being horrible, it was prone to race conditions. This one is more like a proper simulation. It's slower but should be more reliable.