Skip to content

Commit

Permalink
remove example using the AsyncComputeTaskPool
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Feb 4, 2022
1 parent 0b8763f commit f464fcb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 103 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,6 @@ path = "examples/asset/hot_asset_reloading.rs"
name = "async_compute"
path = "examples/async_tasks/async_compute.rs"

[[example]]
name = "external_source_compute_thread_pool"
path = "examples/async_tasks/external_source_compute_thread_pool.rs"

[[example]]
name = "external_source_external_thread"
path = "examples/async_tasks/external_source_external_thread.rs"
Expand Down
1 change: 0 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ Example | File | Description
Example | File | Description
--- | --- | ---
`async_compute` | [`async_tasks/async_compute.rs`](async_tasks/async_compute.rs) | How to use `AsyncComputeTaskPool` to complete longer running tasks
`external_source_compute_thread_pool` | [`async_tasks/external_source_compute_thread_pool.rs`](async_tasks/external_source_compute_thread_pool.rs) | How to use `AsyncComputeTaskPool` to run an infinite task and communicate with a channel
`external_source_external_thread` | [`async_tasks/external_source_external_thread.rs`](async_tasks/external_source_external_thread.rs) | How to use an external thread to run an infinite task and communicate with a channel

## Audio
Expand Down
98 changes: 0 additions & 98 deletions examples/async_tasks/external_source_compute_thread_pool.rs

This file was deleted.

0 comments on commit f464fcb

Please sign in to comment.