streambed / streambed-rs

Event driven services toolkit
Apache License 2.0
32 stars 5 forks source link

Produce RngCore instances #33

Closed huntc closed 1 year ago

huntc commented 1 year ago

Passing RngCore instances does not work when used across threads as there is no Send implemented. Instead, we now require functions to produce the RngCore instances on demand (which'll be just once).