1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-21 08:19:32 +02:00

Fix title of 'Runtimes' (#606)

This commit is contained in:
Dustin J. Mitchell
2023-05-04 07:56:43 -04:00
committed by GitHub
parent 3b07b4768a
commit 1288d11adb

View File

@ -1,4 +1,4 @@
# Runtimes and Tasks # Runtimes
A *runtime* provides support for performing operations asynchronously (a A *runtime* provides support for performing operations asynchronously (a
*reactor*) and is responsible for executing futures (an *executor*). Rust does not have a *reactor*) and is responsible for executing futures (an *executor*). Rust does not have a