future.cr v1.0.0
future
Provides delay
, future
, and lazy
convenient methods to perform operations in a separate Fiber.
Installation
-
Add the dependency to your
shard.yml
:dependencies: future: github: crystal-community/future.cr
-
Run
shards install
Usage
require "future"
d = delay(1) { Process.signal(Signal::KILL, Process.pid) }
# ... long operations ...
d.cancel
Contributing
- Fork it (https://github.com/crystal-community/future.cr/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
- Brian J. Cardiff - creator and maintainer
Repository
future.cr
Owner
Statistic
- 34
- 4
- 1
- 19
- 0
- over 3 years ago
- April 16, 2020
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 11:23:47 GMT
Languages