ThreadUrlLookupState(
self,
done: threading.Event = threading.Event(),
url: str | None = None| Name | Type |
|---|---|
| done | threading.Event |
| url | str | None |
Best-effort background LangSmith thread URL lookup state.
Thread safety: the background thread sets url then calls done.set().
Consumers must check done.is_set() before reading url.