|
|
|
|
|
by chickdilla
640 days ago
|
|
One trick to get out of this is to wrap any function with an asynchronous interface with pollster::block_on which turns the call back into exactly how it would have run if it had been synchronous (which leads to no color leaking). |
|