mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 17:31:14 -03:00
Implemented test as a builtin (!)
This commit is contained in:
@@ -208,5 +208,5 @@ void iothread_drain_all(void) {
|
||||
iothread_service_completion();
|
||||
}
|
||||
double after = timef();
|
||||
printf("(Waited %.02f msec for %d thread(s) to drain)\n", 1000 * (after - now), thread_count);
|
||||
//printf("(Waited %.02f msec for %d thread(s) to drain)\n", 1000 * (after - now), thread_count);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user