Fix #38
This commit is contained in:
@@ -206,3 +206,12 @@ impl Drop for Reactor {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## A little side note
|
||||||
|
|
||||||
|
The comments delimiting the Executor, `Future` implementation and Reactor,
|
||||||
|
emphasize on what is part of the langauge (Future and Waker) and what is not (runtime specifics).
|
||||||
|
Therefore, the comments associate the `Waker` with the `Future` implementation,
|
||||||
|
despite its strong relation with the Executor.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user