rustasync / runtime

Empowering everyone to build asynchronous software
https://docs.rs/runtime
Apache License 2.0
862 stars 28 forks source link

Tokio current thread runtime #3

Closed yoshuawuyts closed 5 years ago

yoshuawuyts commented 5 years ago

Description

Implements Tokio current runtime, closing #2.

Motivation and Context

Allows people to use Tokio's single threaded runtime impl.

How Has This Been Tested?

Tests pass + benchmarks work.

Types of changes

Checklist: