ref: 455b42743d3a3458f7c23926607e53c0b2906e5e dir: /sys/src/ape/lib/9/rendezvous.c/
#include <lib9.h> extern void* _RENDEZVOUS(void*, void*); void* rendezvous(void *tag, void *value) { return _RENDEZVOUS(tag, value); }