Skip to content

Commit 079f92e

Browse files
committed
** Deleting Examples **
This is cleaning out files under the Hyde 1 directories. Some of these are example files (which likely need a rework, and need to be integrated into CI), and some files contain older docs. I'm marking this commit to refer back to it.
1 parent ea66238 commit 079f92e

File tree

100 files changed

+14
-2860
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+14
-2860
lines changed

docs/Gemfile.lock

-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
PATH
2-
remote: ../../themes
3-
specs:
4-
jekyll-theme-adobe-hyde (2.0.2)
5-
jekyll (~> 4.3)
6-
jekyll-seo-tag (~> 2.0)
7-
81
GEM
92
remote: https://rubygems.org/
103
specs:
@@ -67,8 +60,6 @@ GEM
6760
rubyzip (>= 1.3.0, < 3.0)
6861
jekyll-sass-converter (3.0.0)
6962
sass-embedded (~> 1.54)
70-
jekyll-seo-tag (2.8.0)
71-
jekyll (>= 3.8, < 5.0)
7263
jekyll-watch (2.2.1)
7364
listen (~> 3.0)
7465
kramdown (2.4.0)
@@ -174,7 +165,6 @@ DEPENDENCIES
174165
jekyll-compose
175166
jekyll-redirect-from
176167
jekyll-remote-theme
177-
jekyll-theme-adobe-hyde!
178168

179169
BUNDLED WITH
180170
2.5.11

docs/includes/stlab/concurrency/await.hpp/index.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ layout: library
33
title: stlab/concurrency/await.hpp
44
hyde:
55
owner: sean-parent
6-
brief: "Await provides a way to await the value from a future and to notify the default executor that a task is waiting. Blocking calls are discouraged because they may lead to deadlocks or thread explosions.\n\nThere is a good presentation of the issues [here](https://youtu.be/Z86b3Rd09sE).\n"
6+
brief: |
7+
Await provides utilities to synchronously await the value from a `future` and to notify the default executor that a task is waiting. Blocking calls are discouraged because they may lead to deadlocks or thread explosions.
8+
9+
There is a good presentation of the issues [here](https://youtu.be/Z86b3Rd09sE).
710
tags:
811
- sourcefile
912
library-type: sourcefile

docs/includes/stlab/concurrency/channel/channel.md

-32
This file was deleted.

docs/includes/stlab/concurrency/channel/channel_example.cpp

-46
This file was deleted.

docs/includes/stlab/concurrency/channel/index.md

-11
This file was deleted.

docs/includes/stlab/concurrency/channel/join.md

-30
This file was deleted.

docs/includes/stlab/concurrency/channel/merge.md

-30
This file was deleted.

docs/includes/stlab/concurrency/channel/merge_channel.md

-30
This file was deleted.

docs/includes/stlab/concurrency/channel/merge_channel_example.cpp

-59
This file was deleted.

docs/includes/stlab/concurrency/channel/process/await.md

-18
This file was deleted.

docs/includes/stlab/concurrency/channel/process/await_example.cpp

-66
This file was deleted.

docs/includes/stlab/concurrency/channel/process/close.md

-13
This file was deleted.

0 commit comments

Comments
 (0)