feat: add fiber tree utilities and effect system#38
Draft
MarcelOlsen wants to merge 1 commit into
Draft
Conversation
This was referenced Feb 13, 2026
Owner
Author
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
MarcelOlsen
force-pushed
the
fiber/utils-effects
branch
from
February 13, 2026 22:38
8989131 to
bc7af3b
Compare
MarcelOlsen
force-pushed
the
fiber/create-fiber
branch
2 times, most recently
from
February 13, 2026 22:44
876e3e0 to
c0c143f
Compare
MarcelOlsen
force-pushed
the
fiber/utils-effects
branch
from
February 13, 2026 22:44
bc7af3b to
afb2c90
Compare
MarcelOlsen
force-pushed
the
fiber/create-fiber
branch
from
February 14, 2026 16:17
c0c143f to
e2cb391
Compare
MarcelOlsen
force-pushed
the
fiber/utils-effects
branch
from
February 14, 2026 16:17
afb2c90 to
ab3cd61
Compare
MarcelOlsen
force-pushed
the
fiber/create-fiber
branch
from
February 15, 2026 13:10
e2cb391 to
b546f61
Compare
MarcelOlsen
force-pushed
the
fiber/utils-effects
branch
from
February 15, 2026 13:10
ab3cd61 to
8f31076
Compare
MarcelOlsen
force-pushed
the
fiber/create-fiber
branch
from
February 15, 2026 13:36
b546f61 to
d9d90ad
Compare
MarcelOlsen
force-pushed
the
fiber/utils-effects
branch
from
February 15, 2026 13:36
8f31076 to
d036cf9
Compare
MarcelOlsen
force-pushed
the
fiber/create-fiber
branch
from
February 15, 2026 15:31
d9d90ad to
f79e811
Compare
MarcelOlsen
force-pushed
the
fiber/utils-effects
branch
2 times, most recently
from
February 15, 2026 15:40
e198f5e to
525453c
Compare
MarcelOlsen
force-pushed
the
fiber/create-fiber
branch
2 times, most recently
from
February 15, 2026 16:00
1992024 to
7778827
Compare
MarcelOlsen
force-pushed
the
fiber/utils-effects
branch
2 times, most recently
from
February 15, 2026 16:21
45b73e9 to
73cad47
Compare
MarcelOlsen
force-pushed
the
fiber/create-fiber
branch
2 times, most recently
from
February 15, 2026 16:33
74883ca to
a29aac8
Compare
MarcelOlsen
force-pushed
the
fiber/utils-effects
branch
from
February 15, 2026 16:33
73cad47 to
958b97c
Compare
MarcelOlsen
force-pushed
the
fiber/create-fiber
branch
from
February 15, 2026 17:35
a29aac8 to
ef8e5f0
Compare
MarcelOlsen
force-pushed
the
fiber/utils-effects
branch
from
February 15, 2026 17:35
958b97c to
e1b0985
Compare
MarcelOlsen
force-pushed
the
fiber/create-fiber
branch
from
February 15, 2026 18:51
ef8e5f0 to
80ccce3
Compare
MarcelOlsen
force-pushed
the
fiber/utils-effects
branch
from
February 15, 2026 18:51
e1b0985 to
697500b
Compare
MarcelOlsen
force-pushed
the
fiber/create-fiber
branch
from
February 15, 2026 20:56
80ccce3 to
b47dbfb
Compare
MarcelOlsen
force-pushed
the
fiber/utils-effects
branch
from
February 15, 2026 20:56
697500b to
52befdd
Compare
MarcelOlsen
force-pushed
the
fiber/create-fiber
branch
from
February 15, 2026 21:04
b47dbfb to
b836045
Compare
MarcelOlsen
force-pushed
the
fiber/utils-effects
branch
from
February 15, 2026 21:04
52befdd to
27b9dd1
Compare
MarcelOlsen
force-pushed
the
fiber/create-fiber
branch
from
February 17, 2026 17:52
b836045 to
5dff3cb
Compare
MarcelOlsen
force-pushed
the
fiber/utils-effects
branch
from
February 17, 2026 17:52
27b9dd1 to
04ee5cf
Compare
Add findHostParent, findHostSibling, collectHostChildren for tree traversal. Add effect creation, collection, and passive effect scheduling.
MarcelOlsen
force-pushed
the
fiber/create-fiber
branch
from
March 11, 2026 14:52
5dff3cb to
b76902e
Compare
MarcelOlsen
force-pushed
the
fiber/utils-effects
branch
from
March 11, 2026 14:52
04ee5cf to
8edea00
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 findHostParent, findHostSibling, collectHostChildren for tree
traversal. Add effect creation, collection, and passive effect
scheduling.