Impl
Attributes
Members list
Value members
Inherited and Abstract methods
Spawns an async workflow. Mill async futures require additional metadata to sandbox, store logs, and integrate them into Mills terminal prompt logger
Spawns an async workflow. Mill async futures require additional metadata to sandbox, store logs, and integrate them into Mills terminal prompt logger
Value parameters
- dest
-
The "sandbox" folder that will contain the
os.pwd
and thepwd
for any subprocesses spawned within the async future. Also provides the path for the log file (dest + ".log") for any stdout/stderrprintln
s that occur within that future - key
-
The short prefix, typically a number ("1", "2", "3", etc.) that will be used to prefix all log lines emitted within this async future in the terminal to allow them to be distinguished from other logs
- message
-
A one-line summary of what this async future is doing, used in the terminal prompt to display what this future is currently computing.
- priority
-
0 means the same priority as other Mill tasks, negative values <0 mean increasingly high priority, positive values >0 mean increasingly low priority
- t
-
The body of the async future
Attributes
Attributes
- Inherited from:
- AutoCloseable
Attributes
- Inherited from:
- ExecutionContext
Attributes
- Inherited from:
- ExecutionContext
Deprecated and Inherited methods
Attributes
- Deprecated
-
[Since version 2.12.0]
preparation of ExecutionContexts will be removed - Inherited from:
- ExecutionContext