gcExclusive

A new exclusive reference to a payload of type T constructed from args. Allocated on the GC to make sure its lifetime is infinite and therefore safe to pass to other threads.

  1. auto gcExclusive(A args)
    gcExclusive
    (
    T
    A...
    )
    (
    auto ref A args
    )
  2. auto gcExclusive(T payload)

Meta