|
dius 0.1.0
|
Classes | |
| class | GenericDomain |
Typedefs | |
| using | BasicError = dius::PosixError |
| using | GenericCode = vocab::StatusCode<GenericDomain> |
| using | ThreadId = pthread_t |
| using | DefaultLock = dius::Mutex |
| using | DefaultAllocator = container::InfallibleAllocator |
| using | DefaultFallibleAllocator = container::FallibleAllocator |
Functions | |
| auto | get_current_thread_id () -> ThreadId |
Variables | |
| constexpr auto | generic_domain = GenericDomain {} |
| using di::platform::DefaultAllocator = container::InfallibleAllocator |
| using di::platform::DefaultFallibleAllocator = container::FallibleAllocator |
| using di::platform::DefaultLock = dius::Mutex |
| using di::platform::GenericCode = vocab::StatusCode<GenericDomain> |
| typedef i32 di::platform::ThreadId = pthread_t |
|
inline |
|
inlineconstexpr |