mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-03 12:16:22 -04:00
Expose the is_shutdown API to all bindings
This commit is contained in:
parent
e087d8ad32
commit
759af948bc
17 changed files with 135 additions and 2 deletions
|
@ -137,6 +137,7 @@ abstract class Veilid {
|
|||
void changeLogIgnore(String layer, List<String> changes);
|
||||
Future<Stream<VeilidUpdate>> startupVeilidCore(VeilidConfig config);
|
||||
Future<VeilidState> getVeilidState();
|
||||
Future<bool> isShutdown();
|
||||
Future<void> attach();
|
||||
Future<void> detach();
|
||||
Future<void> shutdownVeilidCore();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue