get<T> method

T get<T>(
  1. AsyncSlotHandle<T> handle
)

Read a synchronous computed, resolving it inline when dirty.

Implementation

T get<T>(AsyncSlotHandle<T> handle) => handle.get() as T;