Closed s-cork closed 2 years ago
related to #70
Just remove call_server_async I think most people will want to only use it for this purpose. So let call_async accept either a callable or a str and do the obvious thing depending on the type of the argument.
call_server_async
call_async
related to #70
Just remove
call_server_async
I think most people will want to only use it for this purpose. So letcall_async
accept either a callable or a str and do the obvious thing depending on the type of the argument.