feat: add work loop and fiber module index#44
Draft
MarcelOlsen wants to merge 1 commit into
Draft
Conversation
This was referenced Feb 13, 2026
Contributor
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Feb 13, 2026
Owner
Author
This was referenced Feb 13, 2026
MarcelOlsen
force-pushed
the
fiber/events
branch
from
February 13, 2026 22:38
76c683d to
96287c1
Compare
MarcelOlsen
force-pushed
the
fiber/workloop
branch
2 times, most recently
from
February 13, 2026 22:44
802d22f to
ce53814
Compare
MarcelOlsen
force-pushed
the
fiber/events
branch
from
February 13, 2026 22:44
96287c1 to
77e5aef
Compare
MarcelOlsen
force-pushed
the
fiber/workloop
branch
from
February 14, 2026 16:17
ce53814 to
ce22521
Compare
MarcelOlsen
force-pushed
the
fiber/events
branch
from
February 14, 2026 16:17
77e5aef to
1bf03e3
Compare
MarcelOlsen
force-pushed
the
fiber/workloop
branch
from
February 15, 2026 13:10
ce22521 to
d711892
Compare
MarcelOlsen
force-pushed
the
fiber/events
branch
2 times, most recently
from
February 15, 2026 13:36
3545c27 to
d1cd349
Compare
MarcelOlsen
force-pushed
the
fiber/workloop
branch
2 times, most recently
from
February 15, 2026 15:31
79937cb to
a8364e8
Compare
MarcelOlsen
force-pushed
the
fiber/events
branch
2 times, most recently
from
February 15, 2026 15:40
335be3d to
6ae8219
Compare
MarcelOlsen
force-pushed
the
fiber/workloop
branch
from
February 15, 2026 15:40
a8364e8 to
77d10c9
Compare
MarcelOlsen
force-pushed
the
fiber/events
branch
from
February 15, 2026 16:00
6ae8219 to
da97516
Compare
MarcelOlsen
force-pushed
the
fiber/workloop
branch
from
February 15, 2026 16:00
77d10c9 to
a03a8ab
Compare
MarcelOlsen
force-pushed
the
fiber/events
branch
from
February 15, 2026 16:21
da97516 to
e2ee6bd
Compare
MarcelOlsen
force-pushed
the
fiber/workloop
branch
from
February 15, 2026 16:21
a03a8ab to
2fdfb1d
Compare
MarcelOlsen
force-pushed
the
fiber/events
branch
from
February 15, 2026 16:33
e2ee6bd to
ed092c2
Compare
MarcelOlsen
force-pushed
the
fiber/workloop
branch
2 times, most recently
from
February 15, 2026 17:35
2c992d4 to
71ae2a5
Compare
MarcelOlsen
force-pushed
the
fiber/events
branch
2 times, most recently
from
February 15, 2026 18:51
34f39ba to
980c664
Compare
MarcelOlsen
force-pushed
the
fiber/workloop
branch
from
February 15, 2026 18:51
71ae2a5 to
358da6d
Compare
MarcelOlsen
force-pushed
the
fiber/events
branch
from
February 15, 2026 20:56
980c664 to
826387d
Compare
MarcelOlsen
force-pushed
the
fiber/workloop
branch
from
February 15, 2026 20:56
358da6d to
578588a
Compare
MarcelOlsen
force-pushed
the
fiber/events
branch
from
February 15, 2026 21:04
826387d to
6ac7657
Compare
MarcelOlsen
force-pushed
the
fiber/workloop
branch
from
February 15, 2026 21:04
578588a to
1b21a52
Compare
MarcelOlsen
force-pushed
the
fiber/events
branch
from
February 17, 2026 17:52
6ac7657 to
d38c52c
Compare
MarcelOlsen
force-pushed
the
fiber/workloop
branch
from
February 17, 2026 17:52
1b21a52 to
6319d88
Compare
Add performSyncWorkOnRoot, scheduleUpdateOnFiber, createRoot, updateContainer, and flushSync. Add fiber/index.ts re-exporting all public fiber APIs.
MarcelOlsen
force-pushed
the
fiber/events
branch
from
March 11, 2026 14:52
d38c52c to
3289558
Compare
MarcelOlsen
force-pushed
the
fiber/workloop
branch
from
March 11, 2026 14:52
6319d88 to
64e4437
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add performSyncWorkOnRoot, scheduleUpdateOnFiber, createRoot,
updateContainer, and flushSync. Add fiber/index.ts re-exporting
all public fiber APIs.