v0.5.0
v0.5.0 (2017-02-15)
Optimize DataLoader::await
method (#13):
DataLoader::await
first tries to get the fulfilled value
or the rejected reason directly from the promise
otherwise calls promise adapterawait
to complete promise.
NowDataLoader::await
will not throw "no active
dataLoader instance" exception when Promise entry is null.