gpu_alloc

Module util

Source

Functions§

  • arc_unwrap 🔒
    Can be used instead of Arc::try_unwrap(arc).unwrap() when it is guaranteed to succeed.
  • Guarantees uniqueness only if Weak pointers are never created from this Arc or clones.
  • try_arc_unwrap 🔒
    Can be used instead of Arc::try_unwrap only if Weak pointers are never created from this Arc or clones.