jhalterman / expiringmap

A high performance thread-safe map that expires entries
Apache License 2.0
1.01k stars 142 forks source link

Fixing issue#54 #72

Closed r0b0ji closed 3 years ago

r0b0ji commented 3 years ago

When asyncListener were not added in Builder and added later on Map LISTENER_SERVICE were never initialized and hence async listeners didn't work when added on map later.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+2.6%) to 71.375% when pulling 380e5cea3c29588583a9753d2e122035f09f8817 on r0b0ji:issue#54 into 700bddb3f9d5c05fe7156d163eb1d02c0970e4ed on jhalterman:master.

r0b0ji commented 3 years ago

@jhalterman @massfords Can you please look at the PR for #54

jhalterman commented 3 years ago

Thanks for this!

jhalterman commented 3 years ago

This was released in 0.5.10.