Skip to content

Conversation

@ptupitsyn
Copy link
Contributor

@ptupitsyn ptupitsyn commented Jun 26, 2024

Similar to #3950 in Java, add JobTarget to .NET compute API to make it more readable.

Additionally, make JobDescriptor generic so that the caller does not have to specify generic arguments.

  • Before: compute.SubmitAsync<int, string>(target, new JobDescriptor(...))
  • After: compute.SubmitAsync(target, new JobDescriptor<string>(...))

This is also a step towards strongly-typed single-argument jobs (work in progress: #3926)

@ptupitsyn ptupitsyn self-assigned this Jun 26, 2024
@ptupitsyn ptupitsyn requested a review from isapego June 26, 2024 15:19
@ptupitsyn ptupitsyn merged commit 055b61f into apache:main Jun 27, 2024
@ptupitsyn ptupitsyn deleted the ignite-22539 branch June 27, 2024 08:37
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