async Table.load_async(data, /)
Load data into the table asynchronously. This is a non-blocking operation allowing to load data into one or more tables concurrently.Example
See also:
load() and data_transaction().