blob: b409747bd9c0336b6ab74a618fef0a5f5b86eabd [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.runtime.test;
@discoverable
closed protocol Handshake {
strict Do() -> ();
};
@discoverable
closed protocol Waiter {
strict Ack();
};