Skip to content

Add ioContext.createObject - #7086

Open
jasnell wants to merge 1 commit into
mainfrom
jasnell/iocontext-createobject
Open

Add ioContext.createObject#7086
jasnell wants to merge 1 commit into
mainfrom
jasnell/iocontext-createobject

Conversation

@jasnell

@jasnell jasnell commented Aug 21, 2026

Copy link
Copy Markdown
Collaborator

Minor quality of life improvement... since ioContext.addObject(kj::heap<T>(...)) is rather common, save ourselves some extra steps with a ioContext.createObject<T>(...) shortcut.

Minor quality of life improvement... since `ioContext.addObject(kj::heap<T>(...))`
is rather common, save ourselves some extra steps with a `ioContext.createObject<T>(...)`
shortcut.
@jasnell
jasnell requested review from a team as code owners August 21, 2026 16:13
@jasnell
jasnell enabled auto-merge August 21, 2026 16:13
@ask-bonk

ask-bonk Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

LGTM!

github run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants