laminar
laminar copied to clipboard
get_packet_sender() leaks crossbeam API
As crossbeam
from laminar
is not semver-compatible with latest-stable it's not possible to name it, so not possible to store it in a struct.
Import crossbeam 0.4.4
Adding crossbeam is a solution, but it means I have to make sure to keep the version in sync with laminar in case there are breaking changes in the crossbeam api.