Skip to content

Multithread application sample implemented using tokio (parallel job execution)

Notifications You must be signed in to change notification settings

goto-eof/rust-multithread-shared-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multithreading in Rust

Crates: crossterm, tokio, num_cpus, rand, reqwest

Description: multithread application sample implemented using tokio (parallel job execution). Every task accesses concurrently to a shared queue, makes a pop and simulates a job processing.

Diagram

multithread

Screenshot

Screenshot from 2023-04-03 23-42-45

htop

Screenshot from 2023-04-03 23-40-49

About

Multithread application sample implemented using tokio (parallel job execution)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages