Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgreg authored May 14, 2021
1 parent a2dac77 commit 6408b34
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
- Disarm functionality
Expand Down

0 comments on commit 6408b34

Please sign in to comment.