1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-05 16:10:31 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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