Skip to content

Commit

Permalink
docs: add reference to AsyncDrop
Browse files Browse the repository at this point in the history
  • Loading branch information
brianheineman committed Dec 2, 2024
1 parent 54ed9a3 commit 56fc77c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ visit the [ristretto](https://theseus-rs.github.io/ristretto/ristretto_cli/) sit
- The Invokedynamic instruction is not implemented
- Threading is not implemented
- Numerous JDK native methods are not implemented
- Finalizers are not implemented
- Finalizers are not implemented; deferred until [AsyncDrop](https://github.com/rust-lang/rust/issues/126482) is
stabilized
- JNI is not implemented
- JIT is not implemented
- No Security manager; see: [JEP 411](https://openjdk.org/jeps/411)
Expand Down

0 comments on commit 56fc77c

Please sign in to comment.