Skip to content

Provide overloads without baseExecutor #12

@Adeynack

Description

@Adeynack

It should be possible to create the current executor without providing a baseExecutor. That should be using the default executor used for the CompletableFuture.

Dummy (lacking a better one) implementation of such a base executor (in Kotlin):

val baseExecutor = Executor { CompletableFuture.runAsync(it) }

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions