Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 202 Bytes

File metadata and controls

12 lines (6 loc) · 202 Bytes

Async drop

Summary

  • Able to define an async fn drop for types that must release async resources when they go out of scope
  • Manage the interaction with Send

Status quo

Shiny future