fn getOrNull(self: *Self) ?*T
Gets the data without waiting for it. If it’s available, a pointer is returned. Otherwise, null is returned.
self: *Self,