Andrew Wade

Results 5 issues of Andrew Wade

If I start my client like this without a network connection then once the connection is available the client will connect and be happy. The problem is if I call...

This is more of an unexpected behavior on my part and maybe I just haven't found the right documentation. I assumed I could call the following sequence and the client...

How would I go about implementing the platform functions for a bare metal application?

I get a segmentation fault when calling `coru_plat_yield()` under the ` __amd64__` definition. Something in the assembly code. I'm running on Windows 10 64-Bit.

Would be nice to get access to the active coroutine with a function call. Then using `container_of` will allow you to get the container struct. New Function: ```c coru_t *coru_active(void)...