diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-14 15:38:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-14 15:38:53 +0000 |
| commit | 42f99840c4dc24f9d897c74375191f3972d9f357 (patch) | |
| tree | 3d007bc87f32cb440171042a69ebab35fe6ee490 /book/en/src/by-example/tasks.md | |
| parent | bfb498e722dbe68c00ea8aab73d910561bab257c (diff) | |
| parent | e9fa71c065add03b9aedfb0e848b115370732b3c (diff) | |
Merge #342
342: Spell check r=AfoHT a=regexident
Co-authored-by: Vincent Esche <regexident@gmail.com>
Diffstat (limited to 'book/en/src/by-example/tasks.md')
| -rw-r--r-- | book/en/src/by-example/tasks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/by-example/tasks.md b/book/en/src/by-example/tasks.md index 5978ca8..d0b5acb 100644 --- a/book/en/src/by-example/tasks.md +++ b/book/en/src/by-example/tasks.md @@ -78,7 +78,7 @@ message. In most scenarios spawning errors are handled in one of two ways: platform can deal with peak payload or if the processor needs to be replaced with a faster one. -- Ignoring the result. In soft real time and non real time applications it may +- Ignoring the result. In soft real-time and non real-time applications it may be OK to occasionally lose data or fail to respond to some events during event bursts. In those scenarios silently letting a `spawn` call fail may be acceptable. |
