You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jetla...@googlegroups.com
hi,
I did an experiment to add pause() and resume() methods to PoolFiber that simply change the SynchronizedQueue.running as well as flush on resume. It seems to work fine. Do you think pause-resume is a common use case for Jetlang to support? I am considering which approach should I go for, patch or extend or work outside Jetlang.