Tyler Mandry

Results 97 issues of Tyler Mandry

**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28** Write up a plan for a generic `spawn` API that covers open questions, including: * Spawn...

**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28**

roadmap-topic

**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28**

roadmap-topic

**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28** Enable structured concurrency _with parallelism_ in Rust. For more information, see this [blog post](https://tmandry.gitlab.io/blog/posts/2023-03-01-scoped-tasks/).

roadmap-topic

**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28** A default async runtime for Rust makes getting started easy, but it is easily swapped for...

roadmap-topic

**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28**

**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28** Trait under rust-lang (ideally std) that can be used to set a timer on any executor.

**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28** Trait under rust-lang (ideally std) that can be used to spawn tasks on any executor. Unknowns:...

**This is a roadmap item for wg-async. You can view the roadmap here: https://github.com/orgs/rust-lang/projects/28** ```[tasklist] ### Dependencies - [ ] #287 - [ ] #279 ``` Unknowns: * Keyword generics

roadmap-topic

I'd like to use tart for integration testing of software that enumerates and keeps track of system displays. Multi display is a key use case for testing. I think Virtualization.Framework...

enhancement
not possible atm