Socket
Socket
Sign inDemoInstall

coroutines

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    coroutines

Co-routines for JavaScript


Version published
Maintainers
1
Install size
2.48 MB
Created

Readme

Source

Coroutines

Introduction

Provides coroutines for JavaScript. This heavily relies on the monadic package, and the routines themselves must be written to use a specific monad provided.

You should really just read the test example.

Each coroutine gets a Process ID (pid), can spawn new processes, can yield, can kill other processes. You could easily extend this to actors/message-passing too by imbuing each process with a mailbox.

Keywords

FAQs

Last updated on 16 Aug 2012

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc