Skip to content

tower-async-service 0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 23:14
· 5 commits to master since this release
  • Change Service contract:
    • call takes now &self instead of &mut self;
    • call returns impl Future instead of declared as async fn;