Expand description
Http server.
Structs§
- An executor that run the task in the same thread.
- Server configuration.
- The server implementation.
- Server handle to shutdown the server.
- An executor that spawn each task in a separate thread.
Traits§
- Provides a mechanism for execute tasks.