X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fjaegertracing%2Fthrift%2Flib%2Fd%2Fsrc%2Fthrift%2Findex.d;fp=ceph%2Fsrc%2Fjaegertracing%2Fthrift%2Flib%2Fd%2Fsrc%2Fthrift%2Findex.d;h=0000000000000000000000000000000000000000;hb=20effc670b57271cb089376d6d0800990e5218d5;hp=12914b625348ef7cb56475cb8d8b8ed6ad40d708;hpb=a71831dadd1e1f3e0fa70405511f65cc33db0498;p=ceph.git diff --git a/ceph/src/jaegertracing/thrift/lib/d/src/thrift/index.d b/ceph/src/jaegertracing/thrift/lib/d/src/thrift/index.d deleted file mode 100644 index 12914b625..000000000 --- a/ceph/src/jaegertracing/thrift/lib/d/src/thrift/index.d +++ /dev/null @@ -1,33 +0,0 @@ -Ddoc - -

Package overview

- -
-
$(D_CODE thrift.async)
-
Support infrastructure for handling client-side asynchronous operations using non-blocking I/O and coroutines.
- -
$(D_CODE thrift.codegen)
-
-

Templates used for generating Thrift clients/processors from regular D struct and interface definitions.

-

Note: Several artifacts in these modules have options for specifying the exact protocol types used. In this case, the amount of virtual calls can be greatly reduced and as a result, the code also can be optimized better. If performance is not a concern or the actual protocol type is not known at compile time, these parameters can just be left at their defaults. -

-
- -
$(D_CODE thrift.internal)
-
Internal helper modules used by the Thrift library. This package is not part of the public API, and no stability guarantees are given whatsoever.
- -
$(D_CODE thrift.protocol)
-
The Thrift protocol implemtations which specify how to pass messages over a TTransport.
- -
$(D_CODE thrift.server)
-
Generic Thrift server implementations handling clients over a TTransport interface and forwarding requests to a TProcessor (which is in turn usually provided by thrift.codegen).
- -
$(D_CODE thrift.transport)
-
The TTransport data source/sink interface used in the Thrift library and its imiplementations.
- -
$(D_CODE thrift.util)
-
General-purpose utility modules not specific to Thrift, part of the public API.
-
- -Macros: - TITLE = Thrift D Software Library