[kernel] Replace endpoint with new mailbox API

The new mailbox kernel object API offers asynchronous message-based IPC
for sending data and handles between threads, as opposed to endpoint's
synchronous model.
This commit is contained in:
Justin C. Miller
2022-02-22 00:06:14 -08:00
parent f7ae2e2220
commit 30aed15090
17 changed files with 647 additions and 364 deletions

View File

@@ -10,6 +10,7 @@ module("test_runner",
"tests/constexpr_hash.cpp",
"tests/linked_list.cpp",
"tests/mailbox.cpp",
"tests/map.cpp",
"tests/vector.cpp",
])