TODO.txt
changeset 160 ba2428230f71
parent 158 2d948fcbb5d7
child 162 7b5586a5e109
equal deleted inserted replaced
159:fd4089f717b2 160:ba2428230f71
     6 Eliminate as many uses of Generic as possible.
     6 Eliminate as many uses of Generic as possible.
     7 
     7 
     8 Think about how to gracefully shutdown. Probably have a Close()
     8 Think about how to gracefully shutdown. Probably have a Close()
     9 function.
     9 function.
    10 
    10 
    11 Get rid of logging. We're providing status updates. Allow some sort of
    11 Get rid of logging. We're providing status updates. Include an error()
    12 debug flag that prints from layer1.
    12 receiver function that lets internals report their errors for return
       
    13 from NewClient().