Skip to content

feat: Add isolated_object package#121

Merged
nielsenko merged 1 commit into
serverpod:mainfrom
nielsenko:feat-isolated-object
Jun 5, 2026
Merged

feat: Add isolated_object package#121
nielsenko merged 1 commit into
serverpod:mainfrom
nielsenko:feat-isolated-object

Conversation

@nielsenko

@nielsenko nielsenko commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

New dependency-free isolated_object package extracts the IsolatedObject concurrency primitive (previously duplicated and drifted between serverpod and relic) into one shared home, with a merged test suite.

@coderabbitai

coderabbitai Bot commented Jun 5, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@nielsenko, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 1 hour. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 8d8b69cf-7c58-461b-bbd3-50d637213f2c

📥 Commits

Reviewing files that changed from the base of the PR and between 3b7a945 and 446682d.

📒 Files selected for processing (15)
  • .github/workflows/ci.yml
  • .github/workflows/publish-isolated_object.yaml
  • packages/isolated_object/CHANGELOG.md
  • packages/isolated_object/LICENSE
  • packages/isolated_object/README.md
  • packages/isolated_object/analysis_options.yaml
  • packages/isolated_object/lib/isolated_object.dart
  • packages/isolated_object/lib/src/isolated_object.dart
  • packages/isolated_object/pubspec.yaml
  • packages/isolated_object/test/close_test.dart
  • packages/isolated_object/test/create_test.dart
  • packages/isolated_object/test/evaluate_test.dart
  • packages/isolated_object/test/lifecycle_test.dart
  • packages/serverpod_logging/pubspec.yaml
  • pubspec.yaml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@nielsenko nielsenko marked this pull request as ready for review June 5, 2026 18:43
@nielsenko nielsenko force-pushed the feat-isolated-object branch 4 times, most recently from c723aff to 75b828a Compare June 5, 2026 19:53
Extract the IsolatedObject concurrency primitive - previously duplicated, and
drifted, between serverpod_shared and relic's relic_core - into a standalone,
dependency-free package.

Reconciled from serverpod's superset implementation (keepIsolateAlive, an
isClosed guard, and a teardown that fails in-flight calls rather than letting
them hang), with relic's test suite ported over plus new tests covering the
superset behavior.
@nielsenko nielsenko force-pushed the feat-isolated-object branch from 75b828a to 446682d Compare June 5, 2026 21:15
@nielsenko

Copy link
Copy Markdown
Contributor Author

Rebased on main

@nielsenko nielsenko merged commit 11a7fcf into serverpod:main Jun 5, 2026
20 checks passed
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.

3 participants