You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bromine/src/ipc
trivernis 324a788031
Change how replies are emitted
All events that are emitted inside a handler function are seen
as replies to the event that called the handler.
The FromPayloadBytes and ToPayloadBytes traits have been renamed
to FromPayload and IntoPayload. The IntoPayload trait passes the
context in its arguments to allow serializable structures to be
serialized by the default serializer.

Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
..
builder.rs Change serialization to be able to use multiple formats 2 years ago
client.rs Change serialization to be able to use multiple formats 2 years ago
context.rs Change how replies are emitted 2 years ago
mod.rs Change how replies are emitted 2 years ago
server.rs Change serialization to be able to use multiple formats 2 years ago
stream_emitter.rs Change how replies are emitted 2 years ago