MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / Stop

Method Stop

libi2pd/Tunnel.cpp:579–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577 }
578
579 void Tunnels::Stop ()
580 {
581 m_TransitTunnels.Stop ();
582 m_IsRunning = false;
583 m_Queue.WakeUp ();
584 if (m_Thread)
585 {
586 m_Thread->join ();
587 delete m_Thread;
588 m_Thread = 0;
589 }
590 }
591
592 void Tunnels::Run ()
593 {

Callers

nothing calls this directly

Calls 1

WakeUpMethod · 0.80

Tested by

no test coverage detected