-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTODO.txt
29 lines (26 loc) · 890 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Features:
Common:
Investigate replacing ostream-style Log interface with fastformat::write
implement errored synchronization objects in windows (if it's even possible)
SocketComm:
ByteStream
MessageStream
ThreadUtil:
CommRegistry: socket streams
Tests:
Common:
finish mutex tests
test error behavior
ThreadComm:
ByteStream test
More comprehensive MessageStream tests
ProcessComm:
all tests
SocketComm:
all tests
ThreadUtil:
all tests
Fixes (see limitations):
MessageStream/ByteStream behavior when receive is called with nothing to receive - exception or NULL/0 return - should be consistent
Linux LetheCommonTest/waitSet/abandoned not implemented - figure out how to force abandoned wait result
Pipe needs a way to specify whether construction should fail if the files already exist (or attempt to remove the files)