forge
login
or
join now
divy.zone
/
moroutine
star
8
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Offload functions to worker threads with shared memory primitives for Node.js.
star
8
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
overview
issues
pulls
pipelines
moroutine
/
test
/
shared
/
at
main
28 files
bool-atomic.test.ts
refactor: rename AtomicX classes to XAtomic for naming consistency
3 weeks ago
bool.test.ts
refactor: remove class exports, update tests to use descriptor API
3 weeks ago
bytes.test.ts
feat: bytes(n) fixed-size byte buffer
3 weeks ago
cross-worker.test.ts
fix(shared): serialize Tuple nested inside SharedStruct/Tuple
1 week ago
descriptors.test.ts
chore: add prettier config and format codebase
3 weeks ago
int16-atomic.test.ts
refactor: rename AtomicX classes to XAtomic for naming consistency
3 weeks ago
int16.test.ts
refactor: remove class exports, update tests to use descriptor API
3 weeks ago
int32-atomic.test.ts
refactor: use Int32Atomic for pipe backpressure; add waitAsync/notify
2 weeks ago
int32.test.ts
refactor: remove class exports, update tests to use descriptor API
3 weeks ago
int64-atomic.test.ts
refactor: rename AtomicX classes to XAtomic for naming consistency
3 weeks ago
int64.test.ts
refactor: remove class exports, update tests to use descriptor API
3 weeks ago
int8-atomic.test.ts
refactor: rename AtomicX classes to XAtomic for naming consistency
3 weeks ago
int8.test.ts
refactor: remove class exports, update tests to use descriptor API
3 weeks ago
mutex.test.ts
test(shared): exercise dispose in Mutex.tryLock guard test
1 week ago
rwlock.test.ts
feat(shared): add RwLock.tryWriteLock synchronous variant
1 week ago
shared-struct.test.ts
refactor: remove class exports, update tests to use descriptor API
3 weeks ago
shared.test.ts
chore: rename lock vars to mu for mutex convention
3 weeks ago
string.test.ts
feat: string(n) variable-length UTF-8 string
3 weeks ago
tuple.test.ts
refactor: replace Tuple.get() with public .elements array
3 weeks ago
uint16-atomic.test.ts
refactor: rename AtomicX classes to XAtomic for naming consistency
3 weeks ago
uint16.test.ts
refactor: remove class exports, update tests to use descriptor API
3 weeks ago
uint32-atomic.test.ts
refactor: rename AtomicX classes to XAtomic for naming consistency
3 weeks ago
uint32.test.ts
refactor: remove class exports, update tests to use descriptor API
3 weeks ago
uint64-atomic.test.ts
refactor: rename AtomicX classes to XAtomic for naming consistency
3 weeks ago
uint64.test.ts
refactor: remove class exports, update tests to use descriptor API
3 weeks ago
uint8-atomic.test.ts
refactor: rename AtomicX classes to XAtomic for naming consistency
3 weeks ago
uint8.test.ts
refactor: remove class exports, update tests to use descriptor API
3 weeks ago
value-shorthand.test.ts
feat: shared() value shorthand (number, bigint, boolean)
3 weeks ago