all: use tracy for tracing
This commit is contained in:
parent
50186e764e
commit
ccad3cf0fb
56 changed files with 647 additions and 171 deletions
|
|
@ -126,9 +126,10 @@ impl EiAcceptor {
|
|||
return Err(EiAcceptorError::ListenFailed(e.into()));
|
||||
}
|
||||
let acc = Rc::new(EiAcceptor { socket });
|
||||
let future = state
|
||||
.eng
|
||||
.spawn(accept(acc.socket.insecure.clone(), state.clone()));
|
||||
let future = state.eng.spawn(
|
||||
"ei accept",
|
||||
accept(acc.socket.insecure.clone(), state.clone()),
|
||||
);
|
||||
Ok((acc, future))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue