herd
Version, currently 0.1.12 versions
- 0.1.1latestMay 22, 2017
- 0.1.0not indexedMay 22, 2017
github.com/molovo/herd
A simple module to help with running multi-threaded processes in Crystal
8 stars
1 dependent
License: MIT
Installation
# Add this to your shard.yml
dependencies:
herd:
github: molovo/herd
version: ~> 0.1.1Then run:
shards installshard.yml
- Crystal
0.22.0- License
- MIT
- Author
- James Dinsdale
Dependencies
This version declares no dependencies.
README
Herd
A simple module to help with running multi-threaded processes in Crystal
Installation
Add this to your application's shard.yml:
dependencies:
herd:
github: molovo/herd
Usage
require "herd"
require "http/server"
# Create a new cluster with 4 threads
cluster = Cluster.new 4
# Specify the process to run
cluster.execute do
server = HTTP::Server.new(8080) do |context|
context.response.print "Hello World!"
end
puts "Thread #{Cluster.thread} listening on http://127.0.0.1:8080"
server.listen true
end
Contributing
- Fork it ( https://github.com/molovo/cluster/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- molovo James Dinsdale - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.1- Tagged
- May 22, 2017
- Commit
60703f15b365- Crystal
0.22.0- Indexed
- yes
Dependents
Repository
github.com/molovo/herd
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 2