Searched refs:add_async_source (Results 1 – 3 of 3) sorted by relevance
41 .add_async_source(AsyncFile::new( in test_single_async_file_source()55 .add_async_source(AsyncFile::new( in test_two_async_file_sources()59 .add_async_source(AsyncFile::new( in test_two_async_file_sources()76 .add_async_source(AsyncFile::new( in test_sync_to_async_file_sources()91 .add_async_source(AsyncFile::new( in test_async_to_sync_file_sources()111 .add_async_source(AsyncFile::new( in test_async_file_sources_with_defaults()129 .add_async_source(AsyncFile::new( in test_async_file_sources_with_overrides()
216 pub fn add_async_source<T>(self, source: T) -> ConfigBuilder<AsyncState> in add_async_source() method233 async_state.add_async_source(source) in add_async_source()307 pub fn add_async_source<T>(mut self, source: T) -> Self in add_async_source() method
39 .add_async_source(HttpSource { in run_client()