Skip to content

Commit

Permalink
Merge branch 'master' of github.com:chrisgreg/timebomb
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgreg committed May 21, 2021
2 parents c8b9f8d + 6408b34 commit d6bc17d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ ETS backed delayed action scheduler written in Elixir & Erlang.

Ever wanted to implement something like how UberEats and Deliveroo ping you with a notification if you don't checkout after X time?

## Example usage:

```elixir
timed_function = IO.inspect("BOOM")
Timebomb.spark(fuse: 10_000, bomb: timed_function)

...10 seconds later
BOOM
```

## TODO:
- Tests
- Publish on Hex
Expand Down

0 comments on commit d6bc17d

Please sign in to comment.