0.1.5 • Published 10 years ago

use-global-fibrous v0.1.5

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

use-global-fibrous

A module that will try to require the global fibrous and tell you to install it if it isn't there

The reason for doing this is that you can't require different Fiber modules in the same node process at the same time.

If a user does this wrong, which is easy to do by accident because of the way that npm works ( https://github.com/laverdet/node-fibers/issues/102 ), they will see a cryptic error message: Error: TypeError: Cannot redefine property: future

This module provides a saner error message and clear instructions on how to address the problem.

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago