ExecutorType

class of dascore.constants
inherits from: typing.Protocol, typing.Generic
source

ExecutorType(
    *args ,
    **kwargs ,
)

Protocol for Executors that DASCore can use.

Methods

Name Description
map Map function for applying concurrency of some flavor.