Thinker
consolidating my understanding of `async`/`await` in C# and Rust
Note that tasks aren't even necessarily asynchronous, you can use a
TaskCompletionSource
to create a task which is completed when some piece of code says it's completed. Tasks are, as Canton mentioned, just an operation which may or may not be complete yet.31 replies