zebra/zebrad
Henry de Valence fe61090a64 zebrad: make Inbound Poll::Ready before setup.
The Inbound service only needs the network setup for some requests, but
it can service other requests without it.  Making it return
Poll::Pending until the network setup finishes means that initial
network connections may view the Inbound service as overloaded and
attempt to load-shed.
2020-09-21 09:26:39 -07:00
..
src zebrad: make Inbound Poll::Ready before setup. 2020-09-21 09:26:39 -07:00
tests zebrad: move seed command into inbound component 2020-09-18 18:34:25 -07:00
Cargo.toml build(deps): bump hyper from 0.13.7 to 0.13.8 2020-09-21 11:58:31 -04:00
README.md Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00

README.md

Zebrad

Zebrad is an application.

Getting Started

This application is authored using Abscissa, a Rust application framework.

For more information, see:

Documentation