New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a cEvent::Wait() with timeout. #1510

Merged
merged 2 commits into from Oct 6, 2014

Conversation

Projects
None yet
5 participants
@madmaxoft
Member

madmaxoft commented Oct 5, 2014

This will let us write task threads.

@NiLSPACE

This comment has been minimized.

Show comment
Hide comment
@NiLSPACE

NiLSPACE Oct 5, 2014

Member

The build failed to compile.

Member

NiLSPACE commented Oct 5, 2014

The build failed to compile.

@madmaxoft

This comment has been minimized.

Show comment
Hide comment
@madmaxoft

madmaxoft Oct 5, 2014

Member

@worktycho or @Howaner I need assistance with this from someone linux-savvy. It seems this needs an extra library linked in.

Member

madmaxoft commented Oct 5, 2014

@worktycho or @Howaner I need assistance with this from someone linux-savvy. It seems this needs an extra library linked in.

@sphinxc0re

This comment has been minimized.

Show comment
Hide comment
@sphinxc0re

sphinxc0re Oct 5, 2014

Contributor

Try to include time.h

Contributor

sphinxc0re commented Oct 5, 2014

Try to include time.h

@madmaxoft

This comment has been minimized.

Show comment
Hide comment
@madmaxoft

madmaxoft Oct 5, 2014

Member

It's not about an include, the code compiles. It's about a missing link library.

Member

madmaxoft commented Oct 5, 2014

It's not about an include, the code compiles. It's about a missing link library.

@Howaner

This comment has been minimized.

Show comment
Hide comment
@Howaner

Howaner Oct 5, 2014

Contributor

Is the librt.so library linked?

Contributor

Howaner commented Oct 5, 2014

Is the librt.so library linked?

@madmaxoft

This comment has been minimized.

Show comment
Hide comment
@madmaxoft

madmaxoft Oct 6, 2014

Member

Thank you :)

Member

madmaxoft commented Oct 6, 2014

Thank you :)

madmaxoft added a commit that referenced this pull request Oct 6, 2014

Merge pull request #1510 from mc-server/TimedEvent
Added a cEvent::Wait() with timeout.

@madmaxoft madmaxoft merged commit 89713e2 into master Oct 6, 2014

1 check passed

continuous-integration/travis-ci The Travis CI build passed
Details

@archshift archshift deleted the TimedEvent branch Oct 6, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment