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§
- Flurx
IpcPlugin - This webview assists in implementing inter-process communication.
Attribute Macros§
- command
- Convert the function to
bevy_flurx_ipc-command
.