V0.8.0 async think loop #40

Merged
ton merged 50 commits from v0.8.0-async_think_loop into v0.8.0 2026-08-08 04:13:05 +00:00
Showing only changes of commit 8e356f06bc - Show all commits
+1 -1
View File
@@ -117,7 +117,7 @@ julia> stop_agent(agent)
function stop_agent(agent::yiemAgent)
put!(agent.inputChannel, :shutdown)
try
fetch(agent._task)
fetch(agent._agent_loop)
catch e
if e isa TaskFailedException
rethrow(e)