pub fn async_batch_result<'a, F>(future: F) -> PolicyBatchFuture<'a>where F: Future<Output = Result<Vec<bool>>> + Send + 'a,
Create an async batch policy result (boxes the future).