add threadsimple for simple forking

This commit is contained in:
2017-03-04 11:40:32 +01:00
parent 661e782367
commit 347036cf4e
16 changed files with 88 additions and 17 deletions

View File

@@ -1,4 +1,6 @@
export * from './smartipc.classes.thread'
export * from './smartipc.classes.threadfunction'
export * from './smartipc.classes.threadsimple'
export * from './smartipc.classes.pool'
export * from './smartipc.wrap'