You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, this issue described the definition of an "async ponder" API, plus tests and docs update.
Since the F# migration, both KnowledgeBase.Prove and KnowledgeBase.Ponder are implemented with their respective underlying "KnowledgeBase.Async*`, so the API exists already.
On the other hand, the following question still holds:
For example, what if a handler wants to start a pondering?
So here are the todos:
add the API (done already)
add tests (e.g. a handler starting a pondering)
update documentation, specifically for listeners and provers, in the section about handlers where it says "currently there is no equivalent for ponder" (note: we need to migrate the docs to F# first :P)
The text was updated successfully, but these errors were encountered:
Previously, this issue described the definition of an "async ponder" API, plus tests and docs update.
Since the F# migration, both
KnowledgeBase.Prove
andKnowledgeBase.Ponder
are implemented with their respective underlying "KnowledgeBase.Async*`, so the API exists already.On the other hand, the following question still holds:
So here are the todos:
add the API(done already)ponder
" (note: we need to migrate the docs to F# first :P)The text was updated successfully, but these errors were encountered: