From 5ef1f2088a089e9ac731cfc2037282a6033c2c82 Mon Sep 17 00:00:00 2001 From: Andrey Zgarbul Date: Fri, 8 Feb 2019 23:18:51 +0300 Subject: russian translation --- ru/src/internals/ceilings.md | 3 +++ ru/src/internals/tasks.md | 3 +++ ru/src/internals/timer-queue.md | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 ru/src/internals/ceilings.md create mode 100644 ru/src/internals/tasks.md create mode 100644 ru/src/internals/timer-queue.md (limited to 'ru/src/internals') diff --git a/ru/src/internals/ceilings.md b/ru/src/internals/ceilings.md new file mode 100644 index 0000000..2c645a4 --- /dev/null +++ b/ru/src/internals/ceilings.md @@ -0,0 +1,3 @@ +# Ceiling analysis + +**TODO** diff --git a/ru/src/internals/tasks.md b/ru/src/internals/tasks.md new file mode 100644 index 0000000..85f783f --- /dev/null +++ b/ru/src/internals/tasks.md @@ -0,0 +1,3 @@ +# Task dispatcher + +**TODO** diff --git a/ru/src/internals/timer-queue.md b/ru/src/internals/timer-queue.md new file mode 100644 index 0000000..7059285 --- /dev/null +++ b/ru/src/internals/timer-queue.md @@ -0,0 +1,3 @@ +# Timer queue + +**TODO** -- cgit v1.2.3