Skip to content

Tags: tidwall/neco

Tags

v0.3.2

Align inner types too

v0.3.1

Fix worker test

Github actions were running low on memory causing ENOMEM errors
when running the test_work test.

This commit lowers the number of background coroutines in hopes
to alleviate the memory pressure.

v0.3.0

Faster neco_start

This commit alters the behavior of neco_start in order to shorten
the time it takes to start a coroutine and switching back to the
parent coroutine. Making for faster neco_start.

See #12

v0.2.2

Adjust neco_main specifiers to remove warnings

Remove the static inline specifier from the __neco_main signature
to avoid old-style-declaration warning when -Wextra is provided.

v0.2.1

Update llco

See #9
See tidwall/llco@b6a5a5b

v0.2.0

Fixed flag toggle

v0.1.4

Ignore unused argument

v0.1.3

Increase concurrent workers

v0.1.2

Add package file

v0.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2 from j4cobgarby/fix-detach-segfault

fix the possibility for pthread_detach(0)