Updating comments.
This commit is contained in:
parent
7b36d66049
commit
3f0358bc5c
@ -384,7 +384,7 @@ fn spawn_listener<A:send>(+f: fn~(comm::port<A>)) -> comm::chan<A> {
|
|||||||
};
|
};
|
||||||
// Likewise, the parent has both a 'po' and 'ch'
|
// Likewise, the parent has both a 'po' and 'ch'
|
||||||
|
|
||||||
This function is equivalent to `run_listener(new_builder(), f)`.
|
This function is equivalent to `run_listener(builder(), f)`.
|
||||||
"];
|
"];
|
||||||
|
|
||||||
run_listener(builder(), f)
|
run_listener(builder(), f)
|
||||||
|
Loading…
Reference in New Issue
Block a user