issues
search
tokio-rs
/
tokio-service
The core `Service` trait in Tokio and support
Apache License 2.0
82
stars
19
forks
source link
Tidy up some impls of Service/NewService
#7
Closed
alexcrichton
closed
7 years ago
alexcrichton
commented
7 years ago
Blanket impl of NewService for closures
Blanket impl of NewService for Arc/Rc
Blanket impl of Service for Box/Arc/Rc service (object safe too)
Remove
Send + 'static
on
FnService
Send + 'static
onFnService