issues
search
al6x
/
synchronize
Write asynchronous code as if it's synchronous
http://alexeypetrushin.github.com/synchronize
316
stars
57
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: add fibers@5 supports
#74
ghost
closed
1 year ago
0
Bump fibers dependency to v5, which supports node 12
#73
dreusel
opened
3 years ago
3
Fiber hooks
#72
dreusel
closed
3 years ago
0
Upgrade Fibers to v4
#71
drydevelopment
opened
4 years ago
0
Not compatible with Node v12
#70
JoHuang
opened
5 years ago
0
Fix bugs in error handling
#69
Gurrt
closed
5 years ago
0
fix travis repo badge link
#68
amilajack
closed
5 years ago
0
wrong version of fibers on package.json
#67
OffbeatPlanet
closed
5 years ago
2
synchronize library conflicts fibers@0.15
#66
omercakici
opened
5 years ago
4
Bump fibers version range to ^3
#65
agonbar
closed
6 years ago
1
Bump fibers version range to ^3
#64
pelotom
closed
6 years ago
0
A dynamic link library (DLL) initialization routine failed. - Issue in windows 10
#63
chiragpurohit71085
opened
6 years ago
0
Bump up fiber module to 2.0.x and update CI version
#62
d3m3vilurr
closed
6 years ago
0
Fix syntax error in example
#61
GeorgeTaveras1231
closed
9 months ago
0
require is not defined
#60
AjayBKere
opened
6 years ago
0
allow return result and error instead of throw error
#59
itswisdomagain
opened
6 years ago
0
Fibers: 'Missing binary. See message above.'
#58
tenchugecko
closed
6 years ago
5
Not pausing as expected
#57
boxxa
opened
7 years ago
1
Please add promise example
#56
zmorris
opened
7 years ago
3
Mobile compatibility
#55
ketz
closed
7 years ago
2
Problem in using module with node v7.4.0 (npm v4.0.5)
#54
dimikhan
opened
7 years ago
3
synchronize block main thread.
#53
trungnv1987
closed
7 years ago
1
Compatibility with node v5
#52
lcnandre
closed
8 years ago
2
broken unittest on 0.9.15
#51
d3m3vilurr
opened
8 years ago
0
update travis config
#50
d3m3vilurr
closed
8 years ago
0
more update #39
#49
d3m3vilurr
closed
8 years ago
0
Added links to other utilities
#48
bradvogel
closed
8 years ago
4
Problem in using await
#47
anhldbk
closed
8 years ago
1
Add links to related synchronize packages
#46
skeggse
closed
8 years ago
1
await and defer destroys any for loop
#45
neimanpinchas
opened
8 years ago
1
Synchronize functions which are declared in the main module
#44
neimanpinchas
opened
8 years ago
2
synchronize and fibers fails to install on aws
#43
ahmedatgithub
opened
8 years ago
1
Synchronous REST calls - not sure what to do
#42
sqorandy
closed
8 years ago
0
using simple await defer with Firebase callback throws error
#41
eladkarakuli
opened
8 years ago
4
Node Modules not installing
#40
sqorandy
opened
8 years ago
1
enrich errors call stack
#39
mihaislobozeanu
closed
8 years ago
10
invalid usage, should be clear previous defer
#38
mihaislobozeanu
closed
8 years ago
1
Fixed code comment
#37
andrewtamura
closed
9 years ago
1
Is it works in browser?
#36
isuvorov
closed
9 years ago
1
Example use of synchronize using asynchronous promises
#35
davidemiceli
closed
9 years ago
5
Support travis-ci
#34
d3m3vilurr
closed
9 years ago
3
Change process.nextTick to setImmediate
#33
d3m3vilurr
closed
9 years ago
2
Fixes #31 Memory leak in 0.9.12
#32
d3m3vilurr
closed
9 years ago
5
[regression] Memory leak in 0.9.12
#31
bradvogel
closed
9 years ago
4
Update readme.md
#30
bradvogel
closed
9 years ago
1
Add informative blog post
#29
bradvogel
closed
9 years ago
1
Prevent the fiber from unwinding if `await` is called after an empty `parallel` block.
#28
wearhere
closed
9 years ago
2
Prevent multiple restart fiber action
#27
d3m3vilurr
closed
9 years ago
2
sync.deferWithTimeout should check if there is a fiber first.
#26
andrewtamura
closed
9 years ago
1
sync.parallel() should be a noop if sync.defer not called
#25
bradvogel
closed
9 years ago
1
Next