Skip to content

BitWonder/async-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

async-rust

trying Tokio in rust

--

The entirety of this project was to figure out why I couldn't get an async main to run

Reason: tokio = { version = "1.29.1", features = ["full"] } <- needs to be in dependencies

if not including full features then async main wouldn't work

About

trying Tokio in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages