Releases: jdidion/beekeeper
Releases · jdidion/beekeeper
0.2.1
0.2.0
- Breaking
Builder::build*
,Husk::into_hive*
now returnHive
rather thanResult<Hive, SpawnError>
beekeeper::hive::SpawnError
has been removedHive::grow
andHive::use_all_cores
now returnResult<usize, Poisoned>
rather thanusize
Hive::num_threads
has been renamedHive::max_workers
- Features
Hive
now keeps track of spawn resultsHive::alive_workers
reports the number of worker threads that are currently alive (<=max_workers
)Hive::has_dead_workers
returnstrue
if theHive
has encountered any errors spawing worker threadsHive::revive_workers
attempts to re-spawn any dead worker threads
- Bugfixes
- Ordered iterators would enter an infinite loop if there were missing indicies
0.1.0 (initial release)
add codecov badge