codelite icon indicating copy to clipboard operation
codelite copied to clipboard

[Feature Request]: Move blocking IO into a separate thread

Open maxguru opened this issue 3 years ago • 2 comments

Describe your idea in details

I've noticed that file IO causes the UI to freeze temporarily when the file system is busy. It would make for a snappier user experience to move blocking IO to a separate thread (or use non-blocking IO).

maxguru avatar Jan 04 '23 12:01 maxguru

Do you have an example for such an IO operations? Also, which OS are using?

eranif avatar Jan 05 '23 01:01 eranif

I noticed this working on something on a NFS mount when the remote host was busy. The IO operation is usually saving a file and such. I'm using Gentoo Linux.

maxguru avatar Jan 10 '23 21:01 maxguru