anvilistas / anvil-labs

MIT License
9 stars 3 forks source link

non-blocking: simplify api - call_async only #71

Closed s-cork closed 2 years ago

s-cork commented 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.