0.1.8 • Published 11 years ago

line v0.1.8

Weekly downloads
54
License
-
Repository
-
Last release
11 years ago

line

Line is designed to work with CoffeeScript.

Here's an example:

    line ->
        taskWithCallback line.wait()
        
    line (firstTaskResult) ->
        anotherTask firstTaskResult, line.wait()
    
    line ->
        finalTask line.wait()
        
    line.catch (err) ->
        console.log('Oh no! One of the tasks had an error!')
        throw err 

    line.run ->
        console.log('All three tasks should be completed')
        
0.1.8

11 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

12 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago