You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
-[x] add documentation to new methods
7
7
-[x] add more `get_*` methods whether it `get_mut_*` etc
8
8
-[x] add more filter like to filter to a certain file
9
+
-[ ] decide when to use par_* (parallelization) vs plain methods cause of the overhead of spawning threads and the like
9
10
10
11
- GUI
11
12
-[x] fix `thread '<unnamed>' panicked at 'channel disconnected', function_history_backend_thread/src/lib.rs:33:25` error (handling when the channel is disconnected at the end of the program)
0 commit comments