replicate / replicate-go

Go client for Replicate
https://replicate.com
Apache License 2.0
65 stars 9 forks source link

Update `Wait` to use functional options and add async variation #11

Closed mattt closed 1 year ago

mattt commented 1 year ago

Related to #6

This PR updates the Wait function to use functional options instead of positional arguments. It also adds a WaitAsync variation that uses channels.