Ask a question to get started
Enter to sendā¢Shift+Enter new line
wrapped_response_future( func: Callable[..., ResponseFuture], *args: Any = (), **
func
Callable[..., ResponseFuture]
*args
Any
()
**kwargs
{}
Wrap a Cassandra response future in an asyncio future.
The Cassandra function to call.
The arguments to pass to the Cassandra function.
The keyword arguments to pass to the Cassandra function.