issues
search
WebReflection
/
coincident
An Atomics based Proxy to simplify, and synchronize, Worker related tasks.
MIT License
202
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Maybe a bug: [ERROR] Cannot assign to "transfer" because it is a constant
#51
MRYingLEE
closed
1 month ago
5
Excellent work
#50
knowhatamine
closed
1 month ago
1
Persist global proxies to avoid GC races
#49
WebReflection
closed
1 month ago
0
Provide a way to tackle multiple workers for the same main thread
#48
WebReflection
closed
1 month ago
0
Allowing native bun websockets
#47
WebReflection
closed
2 months ago
0
Uhtml example + template literal fix
#46
WebReflection
closed
2 months ago
0
The new coincident/server
#45
WebReflection
closed
2 months ago
0
Compatibility Issue with coincident v2 in Next.js 14 Environment
#44
ocodekr
closed
3 months ago
4
How to use coincident with sharedworkers?
#43
nickchomey
opened
3 months ago
21
v2 - Coincident meets js-proxy & sabayon 🍥
#42
WebReflection
closed
3 months ago
2
WIP: using sabayon instead
#41
WebReflection
closed
4 months ago
1
Add Leader Election Support via Web Locks API
#40
nickchomey
closed
4 months ago
10
Feature suggestion: Use service worker where cross origin is not applicble
#39
YoniChechik
closed
5 months ago
10
Using an iframe as coincident's context
#38
jed
closed
6 months ago
6
Allow Worker callbacks w/out SharedArrayBuffer
#37
WebReflection
closed
9 months ago
0
How we can expose server methods to main UI
#36
ansarizafar
closed
11 months ago
1
Fix #34 - Use target type through proxy-target
#35
WebReflection
closed
12 months ago
2
Proxy drilling once again ...
#34
WebReflection
closed
12 months ago
0
WIP: trying to understand benefits of "direct buffers"
#33
WebReflection
closed
1 year ago
1
Gc hook
#32
WebReflection
closed
1 year ago
2
Provide better support for custom binary serializers
#31
e-nikolov
closed
1 year ago
9
Fix #29 - Distribute results over safe arity length
#30
WebReflection
closed
1 year ago
0
Coincident fails when a proxied function returns a large Uint8Array
#29
e-nikolov
closed
1 year ago
11
A better fix for the Atomics.wait with costrol value
#28
WebReflection
closed
1 year ago
0
Fix #26 - Avoid notifying unassigned SharedArrayBuffer entry
#27
WebReflection
closed
1 year ago
0
Coincident deadlocks if there is a high volume of messages from a worker to the main thread
#26
e-nikolov
closed
1 year ago
40
Fix #24 - Throw on proxy non-function values
#25
WebReflection
closed
1 year ago
0
Provide better error if possible when invoked utilities don't exist
#24
WebReflection
closed
1 year ago
0
Breaking: providing a better interrupt story
#23
WebReflection
closed
1 year ago
3
Added a way to check periodically while awaiting
#22
WebReflection
closed
1 year ago
0
main thread cannot pass in array
#21
bugzpodder
closed
1 year ago
2
coincident doesn't support objects from python side?
#20
bugzpodder
closed
1 year ago
1
coincident function cannot return an array
#19
bugzpodder
closed
1 year ago
1
Help preventing Harakiri
#18
WebReflection
closed
1 year ago
0
Added 100% Bun based functionality
#17
WebReflection
closed
1 year ago
0
Added multiple sockets support (for better or worse)
#16
WebReflection
closed
1 year ago
0
Added support for server side driven worker logic
#15
WebReflection
closed
1 year ago
0
Integration tests
#14
WebReflection
closed
1 year ago
0
Reverted Map
#13
WebReflection
closed
1 year ago
0
Fix Pyodide issues with Proxied Maps
#12
WebReflection
closed
1 year ago
0
Array shenanigans
#11
WebReflection
closed
1 year ago
0
Fix #9 - Rename /global or global to window and export isWindowProxy helper instead of isGlobal
#10
WebReflection
closed
1 year ago
0
Is global confusing VS window?
#9
WebReflection
closed
1 year ago
1
Added global export to fully drive main from a worker
#8
WebReflection
closed
1 year ago
0
Recycle the Int32Array
#7
WebReflection
closed
1 year ago
0
Ad-hoc fix for Firefox Atomics.waitAsync
#6
WebReflection
closed
1 year ago
0
Allowed same logic from main -> thread
#5
WebReflection
closed
1 year ago
0
Use direct index access instead of load/store
#4
WebReflection
closed
1 year ago
0
Parsing the serialized string in one shot
#3
WebReflection
closed
1 year ago
1
Allowed transfer buffers "edge" case
#2
WebReflection
closed
1 year ago
0
Next