lighthouse/beacon_node/network
Paul Hauner e7eb99cb5e
Use Drop impl to send worker idle message (#1718)
## Issue Addressed

NA

## Proposed Changes

Uses a `Drop` implementation to help ensure that `BeaconProcessor` workers are freed. This will help prevent against regression, if someone happens to add an early return and it will also help in the case of a panic.

## Additional Info

NA
2020-10-05 17:33:25 +11:00
..
src Use Drop impl to send worker idle message (#1718) 2020-10-05 17:33:25 +11:00
Cargo.toml Add UPnP support for Lighthouse (#1587) 2020-10-03 10:07:47 +10:00