< Home - < Back

perl-Coro


Information about the package, perl-Coro, which is shipped with common Linux distributions. The perl-Coro package is designed for, The only real threads in perl.


Package Name:

perl-Coro

Summary:

The only real threads in perl

Description:

This module collection manages continuations in general, most often in the form of cooperative threads (also called coros, or simply "coro" in the documentation). They are similar to kernel threads but don't (in general) run in parallel at the same time even on SMP machines. The specific flavor of thread offered by this module also guarantees you that it will not switch between threads unless necessary, at easily-identified points in your program, so locking and parallel access are rarely an issue, making thread programming much safer and easier than using other thread models.

Architecture:

x86_64

Version:

5.372

Release:

3.el6

Size:

238 k

Repository:

epel

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-Coro


Control the perl-Coro package with the following handy commands outlined below.


Command

Description of Command

yum install perl-Coro

This command will install perl-Coro on the server.

yum remove perl-Coro

This command will un-install perl-Coro on the server. When you run this command, you will be asked if you are sure that you want to remove perl-Coro, so you have to manually confirm that you want to do this.

yum -y remove perl-Coro

This command will un-install perl-Coro on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Coro when using the -y flag.

yum update perl-Coro

This command will update perl-Coro to the latest version. When you run this command, you will be asked if you are sure that you want to remove perl-Coro, so you have to manually confirm that you want to do this.

yum -y update perl-Coro

This command will update perl-Coro to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-Coro when using the -y flag.

yum info perl-Coro

This command will show you core information about the perl-Coro package.

yum deplist perl-Coro

This command will show you the dependencies for perl-Coro. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update perl-Coro

This command will check if there is an update waiting on perl-Coro. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.