Skip to content

Commit

Permalink
Minor fix to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
xales committed Jan 27, 2014
1 parent 0119e46 commit f572379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guide-runtime.md
Expand Up @@ -176,7 +176,7 @@ implemented in user-space.
The primary concern of an M:N runtime is that a Rust task cannot block itself in
a syscall. If this happens, then the entire OS thread is frozen and unavailable
for running more Rust tasks, making this a (M-1):N runtime (and you can see how
this can reach 0/deadlock. By using asynchronous I/O under the hood (all I/O
this can reach 0/deadlock). By using asynchronous I/O under the hood (all I/O
still looks synchronous in terms of code), OS threads are never blocked until
the appropriate time comes.

Expand Down

9 comments on commit f572379

@bors
Copy link
Contributor

@bors bors commented on f572379 Jan 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from cmr, huonw, alexcrichton
at xales@f572379

@bors
Copy link
Contributor

@bors bors commented on f572379 Jan 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging xales/rust/doc-fixes = f572379 into auto

@bors
Copy link
Contributor

@bors bors commented on f572379 Jan 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

xales/rust/doc-fixes = f572379 merged ok, testing candidate = 1caa5b90

@bors
Copy link
Contributor

@bors bors commented on f572379 Jan 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on f572379 Jan 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from cmr, huonw, alexcrichton
at xales@f572379

@bors
Copy link
Contributor

@bors bors commented on f572379 Jan 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging xales/rust/doc-fixes = f572379 into auto

@bors
Copy link
Contributor

@bors bors commented on f572379 Jan 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

xales/rust/doc-fixes = f572379 merged ok, testing candidate = 3781728

@bors
Copy link
Contributor

@bors bors commented on f572379 Jan 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on f572379 Jan 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 3781728

Please sign in to comment.