tokio-rs / tokio-service

The core `Service` trait in Tokio and support
Apache License 2.0
82 stars 19 forks source link

Consider renaming NewService trait #15

Open aajtodd opened 7 years ago

aajtodd commented 7 years ago

The NewService trait and the single method it provides are responsible for creating new service instances.

I think it would be more intuitive if it were named Factory or ServiceFactory, etc.