/src/Manos.IO/Libev/LoopType.cs
http://github.com/jacksonh/manos · C# · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 7304bd0f1b3793b73c7c342d9350f5b5 MD5 · raw file
- using System;
- namespace Libev
- {
- enum LoopType
- {
- Blocking,
- NonBlocking,
- Oneshot,
- }
- }