Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@quenty/deferred

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quenty/deferred

deferred (otherwise known as fastSpawn) implementation for Roblox

  • 2.0.1-canary.9c1fd3b.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
139
decreased by-93.75%
Maintainers
1
Weekly downloads
 
Created
Source

Deferred

Documentation Discord Build and release status
Deferred (otherwise known as fastSpawn) implementation for Roblox

Installation

npm install @quenty/deferred --save

An expensive way to spawn a function. However, unlike spawn(), it executes on the same frame, and unlike coroutines, does not obscure errors

Usage

deferred(function()
	-- This is running at the next event point (or immediately, depending on event mode)
	wait(1)
	-- This is back on Roblox's task scheduler
end)

Keywords

FAQs

Package last updated on 11 Sep 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc