Skip to content

floft/bash-threading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Bash Threading

Multithreading in Bash really speeds some things up if you have many cores.

Usage

. threading # or threading_append
thread_init

for x; do
    your_function &
    thread_wait
done

thread_finish

About

Bash multi-threading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages