|
|
5 anos atrás | |
|---|---|---|
| .. | ||
| README.md | 6 anos atrás | |
| arena.cc | 6 anos atrás | |
| arena.h | 6 anos atrás | |
| atomic.h | 6 anos atrás | |
| debug_location.h | 6 anos atrás | |
| fork.cc | 5 anos atrás | |
| fork.h | 6 anos atrás | |
| global_config.h | 6 anos atrás | |
| global_config_custom.h | 6 anos atrás | |
| global_config_env.cc | 6 anos atrás | |
| global_config_env.h | 6 anos atrás | |
| global_config_generic.h | 6 anos atrás | |
| host_port.cc | 5 anos atrás | |
| host_port.h | 6 anos atrás | |
| inlined_vector.h | 5 anos atrás | |
| manual_constructor.h | 7 anos atrás | |
| map.h | 6 anos atrás | |
| memory.h | 5 anos atrás | |
| mpscq.cc | 6 anos atrás | |
| mpscq.h | 6 anos atrás | |
| optional.h | 5 anos atrás | |
| orphanable.h | 6 anos atrás | |
| ref_counted.h | 6 anos atrás | |
| ref_counted_ptr.h | 6 anos atrás | |
| string_view.h | 5 anos atrás | |
| sync.h | 5 anos atrás | |
| thd.h | 6 anos atrás | |
| thd_posix.cc | 6 anos atrás | |
| thd_windows.cc | 6 anos atrás | |
The files in this directory contain various utility code for C++ code. None of this code is gRPC-specific; anything here may also be useful for other open source projects written in C++.
Note that this is one of the few places in src/core where we allow the use of portability macros.
Note that this is the only place in src/core where we allow
use of the C++ standard library (i.e., anything in the std::
namespace).