Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsYasiru committed Feb 23, 2022
2 parents e30a034 + 4fee6e1 commit 1be9d63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Better Threads
Ever wanted to pause, stop, resume or pipe data between threads? Well this module does exactly that.

A wrapper over threads that provides extended control. The module supports pausing, terminating and putting threads to sleep. The module also provides some additional tools to Pipe data between threads and a thread pool to keep track of threads.

## Key features
- Pipe data between threads
Expand Down

0 comments on commit 1be9d63

Please sign in to comment.