modal-labs / synchronicity

Synchronicity lets you interoperate with asynchronous Python APIs.
Apache License 2.0
80 stars 3 forks source link

Allow libraries to define custom MethodWithAio methods #139

Closed freider closed 6 months ago

freider commented 6 months ago

When you want a non-wrapped version of a method but still keep the intance.method.aio interface for async invocation