lighthouse/beacon_node
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
..
beacon_chain Add check for head/target consistency (#1702) 2020-10-03 10:08:06 +10:00
client Add UPnP support for Lighthouse (#1587) 2020-10-03 10:07:47 +10:00
eth1 Add UPnP support for Lighthouse (#1587) 2020-10-03 10:07:47 +10:00
eth2_libp2p Update libp2p (#1728) 2020-10-05 05:16:27 +00:00
genesis Add UPnP support for Lighthouse (#1587) 2020-10-03 10:07:47 +10:00
http_api Add UPnP support for Lighthouse (#1587) 2020-10-03 10:07:47 +10:00
http_metrics Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00
network Use Drop impl to send worker idle message (#1718) 2020-10-05 17:33:25 +11:00
operation_pool Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00
src Add UPnP support for Lighthouse (#1587) 2020-10-03 10:07:47 +10:00
store Add database schema versioning (#1688) 2020-10-01 11:12:36 +10:00
tests Implement standard eth2.0 API (#1569) 2020-10-01 11:12:36 +10:00
timer Add UPnP support for Lighthouse (#1587) 2020-10-03 10:07:47 +10:00
websocket_server Add UPnP support for Lighthouse (#1587) 2020-10-03 10:07:47 +10:00
Cargo.toml Add UPnP support for Lighthouse (#1587) 2020-10-03 10:07:47 +10:00