neosigslot - Changelog
v3.0
09 May 2020
- Major refactor: neosigslot implementation now uses recursive spinlocks and lifetime flag lists have been removed.
v2.0
11 August 2018
-
Major refactor: neosigslot implementation has been replaced with neoGFX
event system; deprecated partial neosigslot API remains.
v1.1.2
10 September 2012
-
Bugfix (minor): the dynamic_cast used to obtain an async_slot_interface from
a slot_interface will now throw an exception if the slot is not of the
correct type.
v1.1.1
16 August 2012
-
Bugfix: 'has_slots' was missing a default
constructor.
v1.1
16 August 2012
-
New feature: asynchronous signals added so signal events can now be sent
from one thread to another.
-
New feature: changed the default locking policy to shared_mutex to prevent
deadlocks.
v1.0.2
12 August 2012
-
Bugfix: crash bug when destroying a signal fixed.
v1.0.1
12 August 2012
-
New feature: added locking_policy_shared_mutex
locking policy.
v1.0
11 August 2012
You can e-mail
comments to the author.
Back