lighthouse/beacon_node
Paul Hauner d72c026d32 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-04 21:59:20 +00:00
..
beacon_chain Add check for head/target consistency (#1702) 2020-10-02 10:46:37 +00:00
client Add UPnP support for Lighthouse (#1587) 2020-10-02 08:47:00 +00:00
eth1 Add UPnP support for Lighthouse (#1587) 2020-10-02 08:47:00 +00:00
eth2_libp2p Add UPnP support for Lighthouse (#1587) 2020-10-02 08:47:00 +00:00
genesis Add UPnP support for Lighthouse (#1587) 2020-10-02 08:47:00 +00:00
network Use Drop impl to send worker idle message (#1718) 2020-10-04 21:59:20 +00:00
operation_pool Lighthouse crate v0.2.0 bump (#1450) 2020-08-06 03:43:05 +00:00
rest_api Add UPnP support for Lighthouse (#1587) 2020-10-02 08:47:00 +00:00
src Add UPnP support for Lighthouse (#1587) 2020-10-02 08:47:00 +00:00
store Update LevelDB to v0.8.6, removing patch (#1636) 2020-09-21 11:53:53 +00:00
tests Improve tokio task execution (#1181) 2020-06-04 21:48:05 +10:00
timer Add UPnP support for Lighthouse (#1587) 2020-10-02 08:47:00 +00:00
websocket_server Add UPnP support for Lighthouse (#1587) 2020-10-02 08:47:00 +00:00
Cargo.toml Add UPnP support for Lighthouse (#1587) 2020-10-02 08:47:00 +00:00