mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
docs: fix missing colon and last warning
This commit is contained in:
parent
1f1e8a78ba
commit
bb10367b08
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ pub(crate) trait ControllerWorker<T : Sized + Send + Sync> {
|
||||||
/// async and threadsafe handle to a generic bidirectional stream
|
/// async and threadsafe handle to a generic bidirectional stream
|
||||||
///
|
///
|
||||||
/// this generic trait is implemented by actors managing stream procedures.
|
/// this generic trait is implemented by actors managing stream procedures.
|
||||||
/// events can be enqueued for dispatching without blocking ([Controller:send]), and an async blocking
|
/// events can be enqueued for dispatching without blocking ([Controller::send]), and an async blocking
|
||||||
/// api ([Controller::recv]) is provided to wait for server events. Additional sync blocking
|
/// api ([Controller::recv]) is provided to wait for server events. Additional sync blocking
|
||||||
/// ([Controller::blocking_recv]) and callback-based ([Controller::callback]) are implemented.
|
/// ([Controller::blocking_recv]) and callback-based ([Controller::callback]) are implemented.
|
||||||
#[tonic::async_trait]
|
#[tonic::async_trait]
|
||||||
|
|
Loading…
Reference in a new issue