Crate bevy_flurx_ipc

Source
Expand description

This library assists in implementing inter-process communication and is also part of bevy_webview_wry.

Use bevy_flurx for interprocess communication. Its provides a mechanism similar to coroutines, making it easy to implement asynchronous communication.

Modules§

component
Defines a handler that executes the Action of the command.
ipc_commands
Defines the ipc commands and the queue to execute them.
ipc_events
Defines the ipc commands and the queue to execute them.
prelude

Structs§

FlurxIpcPlugin
This webview assists in implementing inter-process communication.

Attribute Macros§

command
Convert the function to bevy_flurx_ipc-command.