1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-20 12:45:41 +02:00

update api docs

This commit is contained in:
Nikolay Kim
2017-12-13 23:35:21 -08:00
parent 8c1487f7f2
commit 355f54efe2
3 changed files with 35 additions and 2 deletions

View File

@@ -401,7 +401,7 @@ impl<T, A, H, U> Handler<IoStream<T>, io::Error> for HttpServer<T, A, H, U>
}
}
/// Http workers
/// Http worker
///
/// Worker accepts Socket objects via unbounded channel and start requests processing.
struct Worker<H> {