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:
parent
9c9531950c
commit
42130a64f0
30 changed files with 492 additions and 449 deletions
|
@ -11,6 +11,7 @@
|
|||
#if defined(__sun) && !defined(__EXTENSIONS__)
|
||||
#define __EXTENSIONS__
|
||||
#endif
|
||||
|
||||
#include "Context.h"
|
||||
|
||||
void coroutine_trampoline(void * _start, void * _context)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue