libcore|Address: Defer address lookups until needed
An address lookup is a background task that runs in a separate thread. We will defer starting this task until it is actually needed, so that just constructing an Address is a quicker operation.
View differences
libcore|Address: Defer address lookups until needed
An address lookup is a background task that runs in a separate thread. We will defer starting this task until it is actually needed, so that just constructing an Address is a quicker operation.