#include <mutex>#include <thread>#include "di/container/allocator/forward_declaration.h"#include "di/platform/default_generic_domain.h"#include "di/vocab/error/result.h"#include "di/vocab/expected/expected_forward_declaration.h"Go to the source code of this file.
Namespaces | |
| namespace | di |
| namespace | di::platform |
Typedefs | |
| using | di::platform::ThreadId = std::thread::id |
| using | di::platform::DefaultLock = std::mutex |
| using | di::platform::DefaultAllocator = container::InfallibleAllocator |
| using | di::platform::DefaultFallibleAllocator = container::FallibleAllocator |
Functions | |
| auto | di::platform::get_current_thread_id () -> ThreadId |