Library Moduletuist.command 0.9.6Command
Command
import Command
Module information
- Declarations
- 34
- Symbols
- 39
Uncategorized
Protocols
protocol CommandRunning
CommandRunning
is a protocol that declares the interface to run system processes. The main implementation of the protocol isCommandRunner
.
Types
enum Command
An interface that exposes static functions to invoke system commands.
enum CommandError
enum CommandEvent
struct CommandRunner
class ThreadSafe<T>
Type that ensures thread-safe access to the underlying value using DispatchQueue.