What are the alternatives to Perl interpreter threads?

后端 未结 3 834
天涯浪人
天涯浪人 2021-02-20 05:34

perldoc threads says:

The use of interpreter-based threads in perl is officially discouraged.

Are there any other Perl based threads

3条回答
  •  北海茫月
    2021-02-20 06:12

    As long as I know, there are not any reliable thread implemantations. You should stick to some event-based modules, like Coro, AnyEvent, IO::Async etc.

提交回复
热议问题