@quenty/deferred
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "@quenty/deferred", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "deferred (otherwise known as fastSpawn) implementation for Roblox", | ||
@@ -21,4 +21,2 @@ "keywords": [ | ||
}, | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"bugs": { | ||
@@ -29,3 +27,4 @@ "url": "https://github.com/Quenty/NevermoreEngine/issues" | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "a896087482f9a7f16f32b36e7b449fab6299d37a" | ||
} |
## Deferred | ||
<div align="center"> | ||
<a href="http://quenty.github.io/api/"> | ||
<img src="https://img.shields.io/badge/docs-website-green.svg" alt="Documentation" /> | ||
</a> | ||
<a href="https://discord.gg/mhtGUS8"> | ||
<img src="https://img.shields.io/badge/discord-nevermore-blue.svg" alt="Discord" /> | ||
</a> | ||
<a href="https://github.com/Quenty/NevermoreEngine/actions"> | ||
<img src="https://github.com/Quenty/NevermoreEngine/workflows/luacheck/badge.svg" alt="Actions Status" /> | ||
</a> | ||
</div> | ||
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 | ||
@@ -14,2 +30,12 @@ | ||
end) | ||
``` | ||
``` | ||
## Changelog | ||
### 1.0.0 | ||
Initial release | ||
### 0.0.1 | ||
Added documentation | ||
### 0.0.0 | ||
Initial commit |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3281
5
1
40