9 lines
267 B
Python
9 lines
267 B
Python
|
|
||
|
""" This is a higher level network interface based on top
|
||
|
of greensock2. Objects here are ready to use, specific examples
|
||
|
are listed in tests (test_pipelayer and test_greensock2).
|
||
|
|
||
|
The limitation is that you're not supposed to use threads + blocking
|
||
|
I/O at all.
|
||
|
"""
|