network: add warning to connection handling code.

This commit is contained in:
Henry de Valence 2020-07-08 16:43:26 -07:00
parent 217c25ef07
commit fcd2f43f39
1 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,19 @@
// NOT A PLACE OF HONOR
//
// NO ESTEEMED DEED IS COMMEMORATED HERE
//
// NOTHING VALUED IS HERE
//
// What is here was dangerous and repulsive to us. This message is a warning
// about danger.
//
// The danger is in a particular module... it increases towards a center... the
// center of danger is pub async fn Connection::run the danger is still present,
// in your time, as it was in ours.
//
// The danger is to the mind. The danger is unleashed only if you substantially
// disturb this code. This code is best shunned and left encapsulated.
use std::collections::HashSet;
use std::sync::Arc;