dzavalishin / phantomuserland

Phantom: Persistent Operating System
GNU Lesser General Public License v3.0
891 stars 60 forks source link

run_in_thread() - thread pool #579

Open dzavalishin opened 4 years ago

dzavalishin commented 4 years ago

Use for callbacks to VM Add test for callbacks per second

dzavalishin commented 4 years ago

void run_in_thread_pool( runnable_t func, void arg ) void run_in_thread_pool_interrupt( runnable_t func, void arg )

arenas branch