(Go: >> BACK << -|- >> HOME <<)

Skip to content

Tags: tidwall/neco

Tags

v0.3.2

Toggle v0.3.2's commit message
Align inner types too

v0.3.1

Toggle v0.3.1's commit message
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

Toggle v0.3.0's commit message
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

Toggle v0.2.2's commit message
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

Toggle v0.2.1's commit message
Update llco

See #9
See tidwall/llco@b6a5a5b

v0.2.0

Toggle v0.2.0's commit message
Fixed flag toggle

v0.1.4

Toggle v0.1.4's commit message
Ignore unused argument

v0.1.3

Toggle v0.1.3's commit message
Increase concurrent workers

v0.1.2

Toggle v0.1.2's commit message
Add package file

v0.1.1

Toggle v0.1.1's commit message

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)