Node
Represents one unit of progress. Each node can have children nodes, or
one can use integers with update.
Fields of this type
Fields
Type definitions in this namespace
Types
- Index
- Index into `node_storage`.
Create a new child progress node.
Functions
- start
- Create a new child progress node.
- completeOne
- This is the same as calling `start` and then `end` on the returned `Node`.
- setName
- Thread-safe.
- getName
- Gets the name of this `Node`.
- setCompletedItems
- Thread-safe.
- setEstimatedTotalItems
- Thread-safe.
- increaseEstimatedTotalItems
- Thread-safe.
- end
- Finish a started `Node`.
- setIpcFd
- Posix-only.
- getIpcFd
- Posix-only.
= .{ .index = .none }
Values
- none
- = .{ .index = .none }
- max_name_len
- = 40