Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async/Future support for FFI #379

Merged
merged 4 commits into from
Jun 5, 2024
Merged

Async/Future support for FFI #379

merged 4 commits into from
Jun 5, 2024

Conversation

yukibtc
Copy link
Member

@yukibtc yukibtc commented Mar 28, 2024

Add async/future support to nostr-sdk-ffi (Python, Kotlin and Swift langs).

Closes #291

@yukibtc yukibtc changed the title Async ffi Async FFI Apr 8, 2024
@yukibtc yukibtc force-pushed the async-ffi branch 9 times, most recently from c7b49bd to eb8f724 Compare May 27, 2024 19:17
@yukibtc yukibtc marked this pull request as ready for review May 27, 2024 19:23
@yukibtc yukibtc force-pushed the async-ffi branch 2 times, most recently from 75d45a2 to 2beb957 Compare May 28, 2024 12:24
@yukibtc yukibtc changed the title Async FFI Async/Future support for FFI May 28, 2024
@yukibtc yukibtc force-pushed the async-ffi branch 11 times, most recently from 99e44af to b3fae85 Compare June 4, 2024 13:35
@yukibtc yukibtc force-pushed the async-ffi branch 2 times, most recently from 22d3a3a to d583fae Compare June 4, 2024 21:51
…unctions

* nostr: remove `verify_blocking` and `get_profile_blocking` functions
* Add `org.jetbrains.kotlinx:kotlinx-coroutines-core` dependency to `android` bindings
* No longer spawn a thread when calling `handle_notifications`
* Remove `AbortHandle`

Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
@yukibtc yukibtc merged commit cc01625 into master Jun 5, 2024
8 checks passed
@yukibtc yukibtc deleted the async-ffi branch June 5, 2024 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Async FFI
1 participant