Releases: christiandaley/signals2
Releases · christiandaley/signals2
v0.3.3
v0.3.2
- Added
Signal::default
function.
v0.3.1
- Switched to using
BTreeSet
instead ofBTreeMap
to store the slots in the signal core
v0.3.0
- Added
ConnectHandle
andEmitHandle
- Added changelog
v0.2.1
- Removed
UntypedSignalCore
trait and reimplementedConnection
andSharedConnectionBlock
- Replaced
Mutex
withRwLock
for the signal core
v0.2.0
- Used const generics to clean up the implementations of
Connection
andScopedConnection
- Removed public
ConnectionInterface
trait - Added
Send + Sync
constraints to theCombiner
andUntypedSignalCore
traits to cleanup the code
v0.1.0
- Initial release