various changes 2
This commit is contained in:
@@ -1077,7 +1077,7 @@ def fork(*functions):
|
||||
*functions(function references)
|
||||
|
||||
Returns:
|
||||
List of callable
|
||||
List of future objects
|
||||
"""
|
||||
callables = []
|
||||
for m in functions:
|
||||
|
||||
@@ -2035,7 +2035,7 @@ def fork(*functions):
|
||||
*functions(function references)
|
||||
|
||||
Returns:
|
||||
List of callable
|
||||
List of future objects
|
||||
"""
|
||||
raise Exception("Not implemented")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user