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