Skip to content

Releases: werbenhu/eventbus

v1.0.8

09 Sep 04:14
Compare
Choose a tag to compare

Change InitSingleton() to ResetSingleton() and create and store a global EventBus object in init().

v1.0.7

10 Aug 06:22
Compare
Choose a tag to compare

If a fully meaningful CowMap is implemented, both sync.Map and CowMap utilize atomic.Value atomic operations to access the map during data reading, resulting in similar read performance. In reality, sync.Map is already a read-write separated structure, yet it has better write performance. Therefore, CowMap directly utilizes sync.Map as its internal structure.

v1.0.6

27 Apr 09:21
6e7db10
Compare
Choose a tag to compare

v1.0.6
Add InitSingleton() function, require the user to initialize the singleton object themselves.

v1.0.5

25 Apr 12:50
Compare
Choose a tag to compare

v1.0.5
Code and README.md optimization.

v1.0.4: updated README.md

25 Apr 12:27
Compare
Choose a tag to compare

v1.0.4

Add synchronous way.

v1.0.3

25 Apr 08:58
Compare
Choose a tag to compare

v1.0.3

Add singleton object of EventBus.

v1.0.2

25 Apr 07:41
Compare
Choose a tag to compare

v1.0.2
Complete 100% coverage of test cases.

v1.0.1

23 Apr 14:27
2d3efe8
Compare
Choose a tag to compare

v1.0.1

v1.0.0

23 Apr 08:51
Compare
Choose a tag to compare

v1.0.0