Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements SMF\Tasks\GenericTask #8158

Merged

Conversation

Sesquipedalian
Copy link
Member

A class for running background tasks with custom callable functions. Similar to SMF\Tasks\GenericScheduledTask, except that this is for tasks that are not scheduled.

A class for running background tasks with custom callable functions. Similar to SMF\Tasks\GenericScheduledTask, except that this is for tasks that are not scheduled.

Signed-off-by: Jon Stovell <[email protected]>
@Sesquipedalian Sesquipedalian added this to the 3.0 Alpha 2 milestone Mar 30, 2024
@Sesquipedalian Sesquipedalian merged commit 5c06241 into SimpleMachines:release-3.0 Mar 30, 2024
6 checks passed
@Sesquipedalian Sesquipedalian deleted the generictask branch March 30, 2024 00:35
@live627
Copy link
Contributor

live627 commented Mar 30, 2024

Might want to pass $details to the callable

@Sesquipedalian
Copy link
Member Author

Done in c49445b and a182d91

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

Successfully merging this pull request may close these issues.

2 participants