Commit Graph

40 Commits

Author SHA1 Message Date
Samuel Williams
3d67ef6dca Update lua/network_promises/async.lua
Co-authored-by: Brandon Sturgeon <sturgeonb4@gmail.com>
2021-07-08 19:25:21 -07:00
Samuel Williams
3205411a7b Made async promise chains stop if root promise is resolved 2021-07-08 19:25:21 -07:00
Samuel Williams
906cc308fc Add gitignore 2021-07-09 02:56:11 +01:00
Samuel Williams
1356f9d504 Apply suggestions from code review
Co-authored-by: Brandon Sturgeon <sturgeonb4@gmail.com>
2021-01-16 22:34:21 +00:00
Samuel Williams
f521f4f858 Add dTimer dependency 2021-01-16 22:34:21 +00:00
Samuel Williams
2c63769c19 Revert default await type back to RETURN 2020-10-23 21:26:12 +01:00
Samuel Williams
6d1b34917f
Merge pull request #1 from CFC-Servers/initial
Initial PR
2020-10-23 20:41:08 +01:00
Samuel Williams
a9acf01997 Moved function so it exists in time 2020-10-23 20:39:57 +01:00
Samuel Williams
37c2107592 Change default await type to propagate 2020-10-23 20:37:15 +01:00
Samuel Williams
64eb389485 Style fixes 2020-04-18 22:20:44 +01:00
Samuel Williams
fedec45796 Added json encoded body to http requests 2020-04-11 01:04:51 +01:00
Samuel Williams
fde331efa6 Remove test print 2020-04-08 22:40:50 +01:00
Samuel Williams
d287265587 Remove unused function 2020-04-08 22:39:19 +01:00
Samuel Williams
0b226e0425 Added reject(), bug fixes and rearrange 2020-04-08 22:38:12 +01:00
Samuel Williams
f35a9ae643 Style fixes 2020-03-31 01:16:21 +01:00
Samuel Williams
5cdd1dfdb6 Bug fixes 2020-03-31 01:10:42 +01:00
Samuel Williams
a41f19a4bd Style fixes 2020-03-30 01:47:52 +01:00
Samuel Williams
40e71d3ccb Rename AwaitErrorType -> AwaitTypes 2020-03-30 01:45:05 +01:00
Samuel Williams
657f48a1f8 Switch await to new syntax 2020-03-30 01:40:36 +01:00
Samuel Williams
c6d88c2c7b Address comments, untested 2020-03-30 01:23:49 +01:00
Samuel Williams
afedc03267 Bug fixes 2020-03-29 04:04:22 +01:00
Samuel Williams
9fca31741b Fixed merge 2020-02-25 23:12:13 +00:00
Samuel Williams
f7ad39c9d5 Edit README, remove JSON checking 2020-02-25 23:10:59 +00:00
Samuel Williams
593e1d72d7
Merge pull request #2 from CFC-Servers/techdebt/whitespace-fixes
Automated whitespace fixes
2020-02-25 15:27:33 +00:00
Samuel Williams
fdef838c94
Remove commented print 2020-02-25 15:26:30 +00:00
Samuel Williams
d3693c52de
Fix incorrect whitespace 2020-02-25 15:24:37 +00:00
Brandon Sturgeon
d6fbc227c1 Automated whitespace fixes 2020-02-24 21:01:05 -05:00
Samuel Williams
d51ca4a3c6 Updated README, added asyncCall 2020-02-25 01:37:26 +00:00
Samuel Williams
7a257b8751 Bug fixes, added NP.net.sendBlind() for when response is not needed 2020-02-25 00:59:47 +00:00
Samuel Williams
db8b5d8c02 Styling fixes 2020-02-25 00:38:26 +00:00
Samuel Williams
2dc885244c Styling fixes 2020-02-25 00:06:02 +00:00
Samuel Williams
784270082e Added xdcall, net.http.request, improved promise errors 2020-02-24 23:24:36 +00:00
Samuel Williams
7f2c437c68 Started async-await 2020-02-21 18:52:49 +00:00
Samuel Williams
0a0230b9e2 Whitespace fixes 2020-02-16 01:56:55 +00:00
Samuel Williams
3ac3131234
Update README.md 2020-02-16 01:54:18 +00:00
Samuel Williams
a256f31722 Add readme, move example 2020-02-16 01:51:41 +00:00
Samuel Williams
4a03439c66 Simplified timeoutPromise 2020-02-16 01:27:16 +00:00
Samuel Williams
3b1bc185d8 Modify deferred lib 2020-02-16 01:15:31 +00:00
Samuel Williams
c01b2f7016 Add files 2020-02-16 00:54:58 +00:00
Brandon Sturgeon
47907079d0
Initial commit 2020-02-15 16:13:23 -08:00