Note a needed isolation API.

This commit is contained in:
Nick Mathewson 2023-01-17 14:16:30 -05:00
parent 606426bfc7
commit 5b4ffc5e48
1 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,12 @@ impl<R: Runtime> HsClientConnector<R> {
// TODO hs: Need a way to manage the set of keys.
// TODO hs: need a constructor here.
// TODO hs: need a function to clear our StateMap, or to create a new
// isolated StateMap.
//
// TODO hs: Also, we need to expose that function from `TorClient`, possibly
// in the existing isolation API, possibly in something new.
}
#[async_trait]