grin/p2p/src
Antioch Peverell 2d4538c428
Clean shutdown via stop_state (#2117)
* clean shutdown wip

* rustfmt

* introduce StopState that we can lock on

* rustfmt

* take lock on stop_state during critical processing (process_block_single etc.)

* rustfmt

* take lock on stop_state during chain::init()

* cleanup

* cleanup

* rustfmt

* docs/comments

* fixup servers tests

* cleanup p2p tests
2018-12-11 11:07:41 +00:00
..
conn.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
handshake.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
lib.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
msg.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
peer.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
peers.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
protocol.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
serv.rs Clean shutdown via stop_state (#2117) 2018-12-11 11:07:41 +00:00
store.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
types.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00