-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Type: FeatureSuggest a new feature.Suggest a new feature.
Description
Feature Request
Your issue may already be reported!
Please check out our active issues before creating one.
Is Your Feature Request Related to an Issue?
Since Thread() has a decorator, parallelprocessing should also have a decorator that allows users to mark a function as a data function.
Describe the Solution You'd Like
An example usage of the decorator
@thread.parallelprocess
def myFunc(dataEntry) -> Any: ...
data = myFunc([ 1, 2, 3, 4 ,5, ... ])Similarly to @thread.threaded, @thread.parallelprocess should also support decorator parameters.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: FeatureSuggest a new feature.Suggest a new feature.