// Copyright 2024 the Xilem Authors
// SPDX-License-Identifier: Apache-2.0
//! Async views, allowing concurrent operations, like fetching data from a server
modtask;pubusetask::{ShutdownSignal, Task, TaskProxy, task, task_raw};modinterval;pubuseinterval::{Interval, interval};modmemoized_await;pubusememoized_await::{MemoizedAwait, memoized_await};