Skip to content

Instantly share code, notes, and snippets.

@Nublo
Created February 5, 2020 15:10
Show Gist options
  • Save Nublo/c11f7eadb699b563a47e97dee3037321 to your computer and use it in GitHub Desktop.
Save Nublo/c11f7eadb699b563a47e97dee3037321 to your computer and use it in GitHub Desktop.
public fun <T1, T2> execute(
mode: TransferMode,
producer: () -> T1,
job: (T1) -> T2
): Future<T2> {...}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment