Versions in this module Expand all Collapse all v0 v0.4.1 Mar 7, 2024 v0.4.0 Feb 27, 2024 Changes in this version type DataLoader + func (d *DataLoader[K, R]) Send() v0.3.1 Feb 8, 2024 v0.3.0 Jan 31, 2024 Changes in this version + type DataLoader struct + func NewDataLoader[K comparable, R any, KK ~[]K, RR ~[]R](processJobs func(keys KK) (RR, error), correlate func(result R) K, ...) *DataLoader[K, R] + func (d *DataLoader[K, R]) Load(key K) async.Awaitable[R] + func (d *DataLoader[K, R]) Shutdown()