Skip to content

Conversation

@y-l-g
Copy link
Contributor

@y-l-g y-l-g commented Dec 1, 2025

Solve #1967
I propose this documentation for the ExtensionWorkers API. I have included it in the Extensions section but as the page is becoming quite large (over 1000 lines), would it be better to create a dedicated section for it?

@henderkes
Copy link
Contributor

would it be better to create a dedicated section for it?

Yes. We shouldn't have pages that long in the docs.

@@ -0,0 +1,172 @@
# Extension Workers

Extension Workers enable your [FrankenPHP extension](https://frankenphp.dev/docs/extensions/) to manage a dedicated pool of PHP threads for executing background tasks, handling asynchronous events, or implementing custom protocols. Usefull for queue systems, event listeners, schedulers, etc.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

useful instead of usefull please

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