3 Commits
Author SHA1 Message Date
Benoît CortierandGitHub d92fa6c66e refactor(ffi): ISequence interface for sequences (#475)
It’s possible to implement interfaces even on FFI types, because
they are declared as partials.

```csharp
public partial class MySequence : ISequence {}
```
So long as the type exposes the required functions, this one-liner
is enough.
2024-06-12 02:12:06 +00:00
irvingouj @ DevolutionsandGitHub 58755938c2 feat(ffi): add graceful shutdown API (#464) 2024-05-21 21:49:37 -04:00
irvingouj @ DevolutionsandGitHub a232b4ee0f feat(ffi): add a client example using Avalonia (#443) 2024-04-24 10:09:34 -04:00