Closed
Description
Hello!
Can you please explain reasoning behind Sync + Send + 'static
bound on the NewService
here
Lines 88 to 92 in 77bfcd9
and here
Lines 339 to 342 in 77bfcd9
I've been writing my custom NewService
and ran into problems with this bounds.
Are they necessary since hyper
moved to async single-thread mode with Tokio
?
Removing them will allow to write simpler and way more effective single-thread async code.
Metadata
Metadata
Assignees
Labels
No labels