You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.
Tower
plebpool
leverages thetower
crate and its ecosystem.tower-test
crate is used to assert Towers work as expected.main.rs
is responsible for waiting on these twotokio::task::JoinHandle
handles:LnTower::serve()?
PoolTower::serve()?
All
plebpool
logic is handled asyncrhonously inside these two main tasks.LN Service Tower
Pool Service Towers
The text was updated successfully, but these errors were encountered: