Skip to content

0.7.4

Compare
Choose a tag to compare
released this 01 Sep 18:23

Improvements

  • Remove the MutexGuard held across await points
    inside cleanup_subscriptions() to allow futures
    returned by async methods to implement Send.