1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Replace copy coroutine with pthread implementation.

This commit is contained in:
Samuel Williams 2021-06-26 10:17:26 +12:00
parent 9c9531950c
commit 42130a64f0
No known key found for this signature in database
GPG key ID: A0765423A44728FB
30 changed files with 492 additions and 449 deletions

View file

@ -11,6 +11,7 @@
#if defined(__sun) && !defined(__EXTENSIONS__)
#define __EXTENSIONS__
#endif
#include "Context.h"
void coroutine_trampoline(void * _start, void * _context)