We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d0dfe commit 3572000Copy full SHA for 3572000
examples/basic.rs
@@ -42,6 +42,8 @@ fn main() -> Result<()> {
42
// Stop Agent
43
agent.stop()?;
44
45
+ drop(agent);
46
+
47
// Show program exit time
48
let exit = std::time::SystemTime::now()
49
.duration_since(std::time::UNIX_EPOCH)
0 commit comments