[Lldb-commits] [lldb] [lldb] Add timed callbacks to the MainLoop class (PR #112895)

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 18 10:25:45 PDT 2024


================
@@ -38,6 +40,9 @@ class MainLoopBase {
   class ReadHandle;
 
 public:
+  using TimePoint = std::chrono::time_point<std::chrono::steady_clock,
----------------
Jlalond wrote:

Are Nanoseconds here overly precise? Will we imply that callbacks will have nano-second level precision in timing out? I think because this is used for timeouts milliseconds is sufficient

https://github.com/llvm/llvm-project/pull/112895


More information about the lldb-commits mailing list