1
I Use This!
Low Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 6 days ago.
Mar 26, 2025 — Mar 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
test(event-loop): write tests to make sure the event-loop won't be activated again when a finished timer gets re-refed. More... almost 2 years ago
fix English More... almost 2 years ago
fix English More... almost 2 years ago
Update tests/js/set-interval.bash More... almost 2 years ago
Update tests/js/set-interval.bash More... almost 2 years ago
test(event-loop): write tests for setInterval & clearInterval More... almost 2 years ago
test(event-loop): write tests for setInterval & clearInterval More... almost 2 years ago
fix(pmjs): `pmjs -p` should be printing from the JS side More... almost 2 years ago
fix(pmjs): `pmjs -p` should be printing from the JS side More... almost 2 years ago
fix(pmjs): `pmjs -e`/`pmjs -p` should be able to call functions that require the event-loop More... almost 2 years ago
fix(pmjs): `pmjs -e`/`pmjs -p` should be able to call functions that require the event-loop More... almost 2 years ago
Merge branch 'main' into Xmader/feat/timers-setInterval More... almost 2 years ago
feat(event-loop): throw an error when user trying to call the unimplemented `Timeout.refresh()` method More... almost 2 years ago
feat(event-loop): throw an error when user trying to call the unimplemented `Timeout.refresh()` method More... almost 2 years ago
Merge pull request #312 from Distributive-Network/philippe/improve-docs-and-naming More... almost 2 years ago
clarified docs More... almost 2 years ago
clarified docs More... almost 2 years ago
improved naming More... almost 2 years ago
improved naming More... almost 2 years ago
fix(event-loop): timer `.ref()` should noop if the timer is finished or canceled More... almost 2 years ago
fix(event-loop): timer `.ref()` should noop if the timer is finished or canceled More... almost 2 years ago
fix(event-loop): `clearInterval` not working when called inside a `setInterval` callback More... almost 2 years ago
fix(event-loop): `clearInterval` not working when called inside a `setInterval` callback More... almost 2 years ago
fix(event-loop): `setInterval` timer should continue running regardless the job function succeeds or not More... almost 2 years ago
fix(event-loop): `setInterval` timer should continue running regardless the job function succeeds or not More... almost 2 years ago
refactor(event-loop): only the timer's `handleId` is needed More... almost 2 years ago
refactor(event-loop): only the timer's `handleId` is needed More... almost 2 years ago
fix(event-loop): memory bug preventing more `setInterval`/`setTimeout` timers could be run More... almost 2 years ago
fix(event-loop): memory bug preventing more `setInterval`/`setTimeout` timers could be run More... almost 2 years ago
Merge branch 'main' into Xmader/feat/timers-setInterval More... almost 2 years ago