summaryrefslogtreecommitdiff
path: root/libcult/documentation/TODO-SCHED
diff options
context:
space:
mode:
authorJörg Frings-Fürst <jff@merkur>2014-05-18 16:08:14 +0200
committerJörg Frings-Fürst <jff@merkur>2014-05-18 16:08:14 +0200
commita15cf65c44d5c224169c32ef5495b68c758134b7 (patch)
tree3419f58fc8e1b315ba8171910ee044c5d467c162 /libcult/documentation/TODO-SCHED
Imported Upstream version 3.3.0.2upstream/3.3.0.2
Diffstat (limited to 'libcult/documentation/TODO-SCHED')
-rw-r--r--libcult/documentation/TODO-SCHED12
1 files changed, 12 insertions, 0 deletions
diff --git a/libcult/documentation/TODO-SCHED b/libcult/documentation/TODO-SCHED
new file mode 100644
index 0000000..eeea3bb
--- /dev/null
+++ b/libcult/documentation/TODO-SCHED
@@ -0,0 +1,12 @@
+@@ typedef std::thread_cancel in cult::os::sched?
+
+@@ maybe define USE_CXX_UNWIND or something in pthread.h
+ so I can detect that?
+
+@@ rename auto_lock to lock?
+
+@@ maybe add sched::exception: os::exception i.e., "scheduling exception"?
+
+@@ I am throwing exceptions in sched::thread that are not derived from
+ sched::exception.
+ \ No newline at end of file