aboutsummaryrefslogtreecommitdiff
path: root/worker/types/thread.go
AgeCommit message (Collapse)Author
2019-10-12Add thread deletionKevin Kuehler
Signed-off-by: Kevin Kuehler <keur@xcf.berkeley.edu>
2019-10-12worker/types/thread: Add FormatThread functionKevin Kuehler
FormatThread performs dfs on a thread tree. For every node in the tree, a callback function is called with a thread and a format string for that thread. The format string is to be used when displaying the full thread tree. Signed-off-by: Kevin Kuehler <keur@xcf.berkeley.edu>
2019-10-12Start adding thread supportKevin Kuehler
* Add threading-enabled config option * Add DirectoryThreaded and FetchDirectoryThreaded types to control path * Add generic thread type for all backends to use Signed-off-by: Kevin Kuehler <keur@xcf.berkeley.edu>