Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pldin601/long-long-jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
pyldin601 committed Feb 6, 2018
2 parents 0ce0376 + 84a8d60 commit c00d945
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
[![Build Status](https://travis-ci.org/pldin601/long-long-job.svg?branch=master)](https://travis-ci.org/pldin601/long-long-job)
[![Coverage Status](https://coveralls.io/repos/github/pldin601/long-long-job/badge.svg?branch=master)](https://coveralls.io/github/pldin601/long-long-job?branch=master)

```basic
10 PRINT "HELLO"
20 GOTO 10
```

## What?

This module ables you to create a chain of tasks (computations or actions) with ability to resume run state on restart.
Expand Down

0 comments on commit c00d945

Please sign in to comment.