Function re_data_loader::load_file::send
source · pub(crate) fn send(
settings: DataLoaderSettings,
file_source: FileSource,
rx_loader: Receiver<LoadedData>,
tx: &Sender<LogMsg>
)
Expand description
Forwards the data in rx_loader
to tx
, taking care of necessary conversions, if any.
Runs asynchronously from another thread on native, synchronously on wasm.