summaryrefslogtreecommitdiff
path: root/libcult/documentation/TODO-SCHED
blob: eeea3bb16624f786236971c4d047e4fb2a936d73 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.