-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- **CHANGED API** `Longtail_JobAPI_JobFunc` renamed `is_cancelled` to `detected_error`, now contains first error returned from a job task in the same job group (if any) If `detected_error` is non-zero, try to exit (and cleanup) your task directly and return `0`. - **CHANGED_API** JobAPI `ReadyJobs` now returns first error encountered in a job group for a task as well as any error in the job api itself, removing the need to book keep the error for tasks separately - **NEW API** `Longtail_CompareAndSwap` compare and swap with platform implementations - **FIXED** Fixed memory leaks in command tool - **CHANGED** Refactored all internal usage of JobAPI `ReadyJobs` with new error handling
- Loading branch information
1 parent
8f399e9
commit d4eb67b
Showing
10 changed files
with
290 additions
and
376 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.