Modules§
Macros§
- register_
executor - Register an executor builder so that it can be used to build the executor from protobuf.
Structs§
- Executor
Builder - Executor
Builder Descriptor - Descriptor for executor builder.
- Executor
Info - Fast
Insert Executor - A fast insert executor spacially designed for non-pgwire inserts such as websockets and webhooks.
- Managed
Executor ManagedExecutor
build on top of the underlying executor. For now, it does two things:
Statics§
- BUILDER_
DESCS - All registered executor builders.
Traits§
- Boxed
Executor Builder - Every Executor should impl this trait to provide a static method to build a
BoxedExecutor
from proto and global environment. - Executor
- Refactoring of
Executor
usingStream
.