Cargo Features

Beekeeper has no features set by default.

[dependencies]
beekeeper = { version = "0.2.1", features = ["affinity", "retry", "crossbeam", "flume", "loole"] }
affinity

Enables core_affinity

required with the affinity feature

Affects hive::cores

retry
crossbeam

Enables crossbeam-channel

alternate channel implementations that can be enabled with features

Affects channel::prelude

flume

Enables flume

Affects channel::prelude

loole

Enables loole

Affects channel::prelude