Skip to content

Commit

Permalink
Updated feature descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmar777 committed May 1, 2012
1 parent 82ab87c commit b880437
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -2,12 +2,12 @@

A minimal node.js utility for handling common (but often overlooked) callback scenarios.

##Features:
##Features

* Simple timeout handling of async operations
* Optional explicit error handling (based on node.js' error-first callback convention)
* Guarantees asynchronous callback execution (protects against code that breaks this assumption)
* Optionally enforce once-and-only-once callback semantics
* `.timeout()`: Simple callback timeouts
* `.error()`: Explicit error handling
* `.once()`: Once-and-only-once callback semantics
* Guaranteed asynchronous callback execution (protects against code that breaks this assumption)

## Installation

Expand Down

0 comments on commit b880437

Please sign in to comment.